10 lines
212 B
Text
10 lines
212 B
Text
error: expected `:`, found `Bad`
|
|
--> $DIR/recover-struct.rs:4:9
|
|
|
|
|
LL | Very
|
|
| - expected `:`
|
|
LL | Bad
|
|
| ^^^ unexpected token
|
|
|
|
error: aborting due to previous error
|
|
|