blob: d3f32255c31d798ef7beb13f26272f08d763c4ad [file] [log] [blame]
// compile-flags: -Z continue-parse-after-error
struct Bar<T> { x: T } where T: Copy //~ ERROR expected item, found keyword `where`
fn main() {}