trait Trait { type Item; } pub fn test >() {} //~^ ERROR associated type bindings must be declared after generic parameters fn main() { }