8 lines
228 B
Text
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
|
|
|