summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/recovered-struct-variant.stderr
blob: 78c67866fb0f19801323a0c26527926563918cdd (plain)
1
2
3
4
5
6
7
8
9
10
error: expected `:`, found `,`
  --> $DIR/recovered-struct-variant.rs:2:10
   |
LL |     A { a, b: usize }
   |     -    ^ expected `:`
   |     |
   |     while parsing this struct

error: aborting due to previous error