]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/recovered-struct-variant.stderr
Change syntax for TyAlias where clauses
[rust.git] / src / test / 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 error: aborting due to previous error
8