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