summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-10392.stderr
blob: 85090d054e8e060aa99c2032cc35a54aa05659df (plain)
1
2
3
4
5
6
7
8
9
10
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