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

9 lines
239 B
Text
Raw Normal View History

2018-08-08 14:28:26 +02:00
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
2018-08-08 14:28:26 +02:00
error: aborting due to previous error