rust/src/test/ui/fail-simple.stderr
2018-11-23 15:37:31 -08:00

8 lines
239 B
Text

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