rust/src/test/ui/macros/macro-non-lifetime.stderr

9 lines
152 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: no rules expected the token `a`
--> $DIR/macro-non-lifetime.rs:18:8
|
LL | m!(a);
| ^
error: aborting due to previous error