]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/bounds-type-where.stderr
Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa
[rust.git] / tests / ui / parser / bounds-type-where.stderr
1 error: expected one of `!`, `(`, `+`, `::`, `:`, `<`, `==`, or `=`, found `,`
2   --> $DIR/bounds-type-where.rs:8:15
3    |
4 LL | type A where T, = u8;
5    |               ^ expected one of 8 possible tokens
6
7 error: aborting due to previous error
8