blob: 1d157c190058461f1050ab159b12b721d6428383 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: expected one of `(`, `,`, `=`, `{`, or `}`, found `Bad`
--> $DIR/recover-enum.rs:16:9
|
LL | Very
| - expected one of `(`, `,`, `=`, `{`, or `}` here
LL | Bad //~ ERROR found `Bad`
| ^^^ unexpected token
error: aborting due to previous error
|