rust/src/test/ui/fail-simple.stderr

9 lines
196 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: no rules expected the token `@`
--> $DIR/fail-simple.rs:12:12
|
LL | panic!(@); //~ ERROR no rules expected the token `@`
| ^
error: aborting due to previous error