summary refs log tree commit diff
path: root/src/test/ui/parser/issue-10392-2.stderr
blob: ccc5dd938b5fd9192600d7e90921e90bec5647c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error: expected `}`, found `,`
  --> $DIR/issue-10392-2.rs:6:15
   |
LL |     let A { .., } = a();
   |             --^
   |             | |
   |             | expected `}`
   |             | help: remove this comma
   |             `..` must be at the end and cannot have a trailing comma

error: aborting due to previous error