rust/src/test/ui/parser/bind-struct-early-modifiers.stderr
Esteban Küber 6cd6759cfc Do not complain about unmentioned fields in recovered patterns
When the parser has to recover from malformed code in a pattern, do not
complain about missing fields.
2019-03-14 18:28:24 -07:00

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