rust/src/test/ui/parser/bind-struct-early-modifiers.stderr
2020-10-02 00:44:16 -07:00

11 lines
249 B
Plaintext

error: expected `,`
--> $DIR/bind-struct-early-modifiers.rs:4:20
|
LL | Foo { ref x: ref x } => {},
| --- ^
| |
| while parsing the fields for this pattern
error: aborting due to previous error