rust/src/test/ui/parser/issue-32214.stderr
2018-10-21 14:06:28 +03:00

8 lines
245 B
Text

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