blob: 9c7fdf6ccb416320aaeb7e0b428f6dbf20ce3993 [file] [log] [blame]
error: expected item, found keyword `where`
--> $DIR/issue-17904-2.rs:1:24
|
LL | struct Bar<T> { x: T } where T: Copy
| ^^^^^ expected item
error: aborting due to previous error