Closed ptal closed 9 years ago
Due to the way the parsing is done in libsyntax, we can't allow attributes on Rust items. This is because in parse_macro_use_or_failure, they ensure a Rust attribute is always followed by a Rust item.
parse_macro_use_or_failure
Due to the way the parsing is done in libsyntax, we can't allow attributes on Rust items. This is because in
parse_macro_use_or_failure
, they ensure a Rust attribute is always followed by a Rust item.