]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/recover-struct.stderr
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
[rust.git] / tests / ui / parser / recover-struct.stderr
1 error: expected `:`, found `Bad`
2   --> $DIR/recover-struct.rs:4:9
3    |
4 LL |     struct Test {
5    |            ---- while parsing this struct
6 LL |         Very
7    |             - expected `:`
8 LL |         Bad
9    |         ^^^ unexpected token
10
11 error: aborting due to previous error
12