]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/bad-struct-following-where.stderr
Auto merge of #100678 - GuillaumeGomez:improve-rustdoc-json-tests, r=aDotInTheVoid
[rust.git] / src / test / 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