rust/src/test/ui/fail-simple.stderr
2018-10-23 21:44:46 -07:00

8 lines
228 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 the token `@`
error: aborting due to previous error