SabrinaJewson / inline-proc.rs

Inline procedural macros for Rust
https://docs.rs/inline-proc
52 stars 2 forks source link

Allow usage of #![feature] #1

Closed K4rakara closed 2 years ago

K4rakara commented 2 years ago

Currently, this crate places a wrapper module around the generated crate, which makes it impossible to use #![feature] flags on nightly. Perhaps it could scan the source to find these and propagate them?

SabrinaJewson commented 2 years ago

Thanks! Released in v0.1.1.