summaryrefslogtreecommitdiff
path: root/src/test/ui/structs/struct-duplicate-comma.stderr
blob: 112ea905025ef161580239827adf516fab2b4057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: expected identifier, found `,`
  --> $DIR/struct-duplicate-comma.rs:12:14
   |
LL |     let bar = Foo {
   |               --- while parsing this struct
LL |         a: 0,,
   |              ^
   |              |
   |              expected identifier
   |              help: remove this comma

error: aborting due to previous error