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