blob: a01517d016d07c9b2ab6e2337147db61d87a39d3 [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> >() {}
| ^
error: aborting due to previous error