rust/src/test/ui/parser/issue-32214.stderr

9 lines
244 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: type parameters must be declared prior to associated type bindings
2018-12-25 09:56:47 -06:00
--> $DIR/issue-32214.rs:3:37
2018-10-20 15:36:17 -05:00
|
LL | pub fn test<W, I: Iterator<Item=(), W> >() {}
| ^
error: aborting due to previous error