rust/src/test/ui/parser/issue-32214.stderr
2018-12-25 21:08:33 -07:00

9 lines
244 B
Plaintext

error: type parameters must be declared prior to associated type bindings
--> $DIR/issue-32214.rs:3:37
|
LL | pub fn test<W, I: Iterator<Item=(), W> >() {}
| ^
error: aborting due to previous error