blob: a889513eaee520b84ae590e2ee69c6da0b8f9085 (
plain)
1
2
3
4
5
6
7
8
|
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
|