blob: 8322dc00cade0c180e29f580cffa62667a8fc1c7 (
plain)
1
2
3
4
5
6
7
8
|
error: expected item, found keyword `where`
--> $DIR/issue-17904-2.rs:3:24
|
LL | struct Bar<T> { x: T } where T: Copy //~ ERROR expected item, found keyword `where`
| ^^^^^ expected item
error: aborting due to previous error
|