2018-10-20 23:36:17 +03:00
|
|
|
error: expected `:`, found `Bad`
|
2019-05-31 13:50:04 -07:00
|
|
|
--> $DIR/recover-struct.rs:4:9
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2022-09-26 23:13:38 +09:00
|
|
|
LL | struct Test {
|
|
|
|
| ---- while parsing this struct
|
2018-10-20 23:36:17 +03:00
|
|
|
LL | Very
|
|
|
|
| - expected `:`
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | Bad
|
2018-10-20 23:36:17 +03:00
|
|
|
| ^^^ unexpected token
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|