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

8 lines
196 B
Text

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