mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-09 05:34:37 +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
|
|
|