mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
10 lines
247 B
Text
10 lines
247 B
Text
error: no rules expected the token `@`
|
|
--> $DIR/fail-simple.rs:2:12
|
|
|
|
|
LL | panic!(@);
|
|
| ^ no rules expected this token in macro call
|
|
|
|
|
= note: while trying to match end of macro
|
|
|
|
error: aborting due to previous error
|
|
|