blob: 31be4e2c87a68a5c70d741abf9572e7e585826cd [file] [log] [blame]
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