2019-12-23 07:36:30 +09:00
|
|
|
error: expected type, found `0`
|
|
|
|
|
--> $DIR/issue-66270-pat-struct-parser-recovery.rs:4:22
|
|
|
|
|
|
|
2022-09-26 23:13:38 +09:00
|
|
|
LL | struct Bug {
|
|
|
|
|
| --- while parsing this struct
|
2019-12-23 07:36:30 +09:00
|
|
|
LL | incorrect_field: 0,
|
|
|
|
|
| ^ expected type
|
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-12-23 07:36:30 +09:00
|
|
|
|