]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/recover-struct.stderr
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[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