41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
253 B
Plaintext
11 lines
253 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 1 previous error
|
|
|