rust/src/test/ui/parser/macro/trait-non-item-macros.stderr

12 lines
310 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
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