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

12 lines
353 B
Text
Raw Normal View History

error: expected one of `async`, `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, or `unsafe`, found `2`
2018-12-25 08:56:47 -07:00
--> $DIR/trait-non-item-macros.rs:2:19
2018-10-20 23:36:17 +03:00
|
LL | ($a:expr) => ($a)
| ^^ expected one of 9 possible tokens
2018-10-20 23:36:17 +03:00
...
LL | bah!(2);
| -------- in this macro invocation
error: aborting due to previous error