blob: 2cf1a792f9fc55d6a47103e8614fba05273d8f31 [file] [log] [blame]
error: no rules expected the token `a`
--> $DIR/macro-non-lifetime.rs:8:8
|
LL | macro_rules! m { ($x:lifetime) => { } }
| -------------- when calling this macro
...
LL | m!(a);
| ^ no rules expected this token in macro call
error: aborting due to previous error