blob: 31be4e2c87a68a5c70d741abf9572e7e585826cd (
plain)
1
2
3
4
5
6
7
8
|
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
|