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