mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
11 lines
249 B
Plaintext
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
|
|
|