error: expected item, found keyword `where` --> $DIR/issue-17904-2.rs:13:24 | LL | struct Bar { x: T } where T: Copy //~ ERROR expected item, found keyword `where` | ^^^^^ expected item error: aborting due to previous error