blob: 0401fe05cf8911761c69a14d5d0520641a9ab918 [file] [log] [blame]
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