9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
|
error: expected identifier, found `,`
|
||
|
--> $DIR/issue-10392.rs:18:13
|
||
|
|
|
||
|
LL | let A { , } = a(); //~ ERROR: expected ident
|
||
|
| ^ expected identifier
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|