rust/tests/ui/parser/bind-struct-early-modifiers.stderr
2023-01-11 09:32:08 +00: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