1 2 3 4 5
// compile-flags: -Z continue-parse-after-error struct Bar<T> { x: T } where T: Copy //~ ERROR expected item, found keyword `where` fn main() {}