mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
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
|
|
|