blob: 9759249342ac6ded241dd6726aa3be12f7032e90 [file] [log] [blame]
error: no rules expected the token `@`
--> $DIR/fail-simple.rs:12:12
|
LL | panic!(@); //~ ERROR no rules expected the token `@`
| ^ no rules expected this token in macro call
error: aborting due to previous error