]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/recovered-struct-variant.stderr
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / ui / parser / recovered-struct-variant.stderr
1 error: expected `:`, found `,`
2   --> $DIR/recovered-struct-variant.rs:2:10
3    |
4 LL |     A { a, b: usize }
5    |     -    ^ expected `:`
6    |     |
7    |     while parsing this struct
8
9 error: aborting due to previous error
10