When the parser has to recover from malformed code in a pattern, do not complain about missing fields.
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
error: expected `,`
|
|
--> $DIR/bind-struct-early-modifiers.rs:4:19
|
|
|
|
|
LL | Foo { ref x: ref x } => {},
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|