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

error: aborting due to previous error