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