]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/recover-struct.stderr
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
[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