8 lines
238 B
Text
8 lines
238 B
Text
error: no rules expected the token `@`
|
|
--> $DIR/fail-simple.rs:2:12
|
|
|
|
|
LL | panic!(@); //~ ERROR no rules expected the token `@`
|
|
| ^ no rules expected this token in macro call
|
|
|
|
error: aborting due to previous error
|
|
|