6cd6759cfc
When the parser has to recover from malformed code in a pattern, do not complain about missing fields.
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
error: expected identifier, found `,`
|
|
--> $DIR/issue-10392.rs:6:13
|
|
|
|
|
LL | let A { , } = a();
|
|
| ^ expected identifier
|
|
|
|
error: aborting due to previous error
|
|
|