summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/recover-struct.stderr
blob: 9f6fb06caa34d88e0eaa4b6ee1572ba07f43b77d (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 previous error