blob: edb3cb95cab2f2df1e105b14482f4c18afff826f (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: expected `:`, found `Bad`
--> $DIR/recover-struct.rs:6:9
|
LL | Very
| - expected `:`
LL | Bad //~ ERROR found `Bad`
| ^^^ unexpected token
error: aborting due to previous error
|