summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/recover/recover-struct.stderr
blob: 51a9e707756d858ed6348ccca51d6df653b1db2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error: expected `:`, found `Bad`
  --> $DIR/recover-struct.rs:4:9
   |
LL |     struct Test {
   |            ---- while parsing this struct
LL |         Very
   |             - expected `:`
LL |         Bad
   |         ^^^ unexpected token

error: aborting due to 1 previous error