blob: 438ea67d33cdd1d4c70bf9dc8d590129c86c2846 [file] [log] [blame]
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