blob: a62226a8a4de24f99594689ae888e055ef34adec (
plain)
1
2
3
4
5
6
7
8
|
error: unexpected end of macro invocation
--> $DIR/issue-7970b.rs:3:1
|
LL | macro_rules! test {}
| ^^^^^^^^^^^^^^^^^^^^ missing tokens in macro arguments
error: aborting due to previous error
|