6007e6f649
When failing to parse struct-like enum variants, the ADT gets recorded as having no fields. Record that we have actually recovered during parsing of this variant to avoid complaing about non-existing fields when actually using it.
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
error: expected `:`, found `,`
|
|
--> $DIR/recovered-struct-variant.rs:2:10
|
|
|
|
|
LL | A { a, b: usize }
|
|
| ^ expected `:`
|
|
|
|
error: aborting due to previous error
|
|
|