11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
|
error: expected `:`, found `Bad`
|
||
|
--> $DIR/recover-struct.rs:16:9
|
||
|
|
|
||
|
LL | Very
|
||
|
| - expected `:`
|
||
|
LL | Bad //~ ERROR found `Bad`
|
||
|
| ^^^ unexpected token
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|