blob: 2f4fdbfbc2b6e52d35d42727db8d43e535560839 [file] [log] [blame]
error: expected one of `async`, `const`, `extern`, `fn`, `type`, or `unsafe`, found `2`
--> $DIR/trait-non-item-macros.rs:12:19
|
LL | ($a:expr) => ($a)
| ^^ unexpected token
...
LL | bah!(2);
| -------- in this macro invocation
error: aborting due to previous error