summary refs log tree commit diff
path: root/src/test/compile-fail/module-macro_use-arguments.rs
AgeCommit message (Collapse)AuthorLines
2015-01-05Rename macro_escape to macro_useKeegan McAllister-0/+16
In the future we want to support #[macro_use(foo, bar)] mod macros; but it's not an essential part of macro reform. Reserve the syntax for now.