blob: 81e292939b0201d7f9df5fbd60b58a555be72d0d [file] [log] [blame]
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