]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/bad-struct-following-where.stderr
Rollup merge of #107331 - GuillaumeGomez:cleanup-js, r=notriddle
[rust.git] / tests / ui / parser / bad-struct-following-where.stderr
1 error: expected `{` after struct name, found `!`
2   --> $DIR/bad-struct-following-where.rs:1:25
3    |
4 LL | struct A where T: Sized !
5    |                         ^ expected `{` after struct name
6
7 error: aborting due to previous error
8