rust/src/test/ui/issues/issue-7970b.stderr

9 lines
204 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
error: unexpected end of macro invocation
--> $DIR/issue-7970b.rs:13:1
|
LL | macro_rules! test {}
| ^^^^^^^^^^^^^^^^^^^^ missing tokens in macro arguments
2018-07-15 16:11:54 -05:00
error: aborting due to previous error