summary refs log tree commit diff
path: root/src/test/ui/fail-simple.stderr
blob: 764f2c464bcb8c90be51025f7f3be1fd9e5f17a1 (plain)
1
2
3
4
5
6
7
8
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