summary refs log tree commit diff
path: root/src/test/ui/parser/issue-32214.stderr
blob: cce6cf6ede2e22be31637b7a8691f8289e0e96c7 (plain)
1
2
3
4
5
6
7
8
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