mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
12 lines
282 B
Text
12 lines
282 B
Text
error: expected `:`, found `Bad`
|
|
--> $DIR/recover-struct.rs:4:9
|
|
|
|
|
LL | struct Test {
|
|
| ---- while parsing this struct
|
|
LL | Very
|
|
| - expected `:`
|
|
LL | Bad
|
|
| ^^^ unexpected token
|
|
|
|
error: aborting due to previous error
|
|
|