mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
205 B
Plaintext
9 lines
205 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 1 previous error
|
|
|