summary refs log tree commit diff
path: root/src/test/ui/parser/recover-struct.stderr
blob: 715c9e5f709cb01b9a02ae0b562caab94646bbac (plain)
1
2
3
4
5
6
7
8
9
10
error: expected `:`, found `Bad`
  --> $DIR/recover-struct.rs:16:9
   |
LL |         Very
   |             - expected `:`
LL |         Bad //~ ERROR found `Bad`
   |         ^^^ unexpected token

error: aborting due to previous error