summary refs log tree commit diff
path: root/src/test/ui/parser/recover-enum.stderr
blob: 81e292939b0201d7f9df5fbd60b58a555be72d0d (plain)
1
2
3
4
5
6
7
8
9
10
error: expected one of `(`, `,`, `=`, `{`, or `}`, found `Bad`
  --> $DIR/recover-enum.rs:6:9
   |
LL |         Very
   |             - expected one of `(`, `,`, `=`, `{`, or `}` here
LL |         Bad //~ ERROR found `Bad`
   |         ^^^ unexpected token

error: aborting due to previous error