rust/src/libproc_macro
Josh Driver 31a508e118 Allow proc_macro functions to whitelist specific attributes
By using a second attribute `attributes(Bar)` on
proc_macro_derive, whitelist any attributes with
the name `Bar` in the deriving item. This allows
a proc_macro function to use custom attribtues
without a custom attribute error or unused attribute
lint.
2016-11-08 23:03:56 +10:30
..
Cargo.toml
lib.rs Allow proc_macro functions to whitelist specific attributes 2016-11-08 23:03:56 +10:30