mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 01:45:55 +00:00
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
error: expected identifier, found `,`
|
|
--> $DIR/issue-10392.rs:6:13
|
|
|
|
|
LL | let A { , } = a();
|
|
| - ^ expected identifier
|
|
| |
|
|
| while parsing the fields for this pattern
|
|
|
|
error: aborting due to previous error
|
|
|