summaryrefslogtreecommitdiffstats
path: root/src/test/ui/fail-simple.stderr
blob: 26ed918e94d919d129a22dadf16dcd642eed58ba (plain)
1
2
3
4
5
6
7
8
error: no rules expected the token `@`
  --> $DIR/fail-simple.rs:2:12
   |
LL |     panic!(@);
   |            ^ no rules expected this token in macro call

error: aborting due to previous error