// compile-flags: -Z continue-parse-after-error trait Trait { type Item; } pub fn test >() {} //~^ ERROR type parameters must be declared prior to associated type bindings fn main() { }