blob: a889513eaee520b84ae590e2ee69c6da0b8f9085 [file] [log] [blame]
error: type parameters must be declared prior to associated type bindings
--> $DIR/issue-32214.rs:5:34
|
LL | pub fn test<W, I: Trait<Item=(), W> >() {}
| ^ must be declared prior to associated type bindings
error: aborting due to previous error