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