summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-10392.stderr
blob: 438ea67d33cdd1d4c70bf9dc8d590129c86c2846 (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 previous error