summary refs log tree commit diff
path: root/src/test/ui/parser/issue-10392.stderr
blob: 34991151c1eb63eafaa9a713eb8b4ea7e08df2f0 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `,`
  --> $DIR/issue-10392.rs:6:13
   |
LL |     let A { , } = a();
   |             ^ expected identifier

error: aborting due to previous error