rust/src/test/ui/fail-simple.stderr
2018-12-25 21:08:33 -07:00

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