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

error: aborting due to previous error