blob: bb79776dc8459ba550559320579c634fb6ce9dbb (
plain)
1
2
3
4
5
6
7
8
|
error: expected `{` after struct name, found `!`
--> $DIR/bad-struct-following-where.rs:1:25
|
LL | struct A where T: Sized !
| ^ expected `{` after struct name
error: aborting due to previous error
|