summary refs log tree commit diff
path: root/src/test/ui/parser/issue-32214.stderr
blob: 7022019a22f26c4aed51ba70aa39693ad023da81 (plain)
1
2
3
4
5
6
7
8
9
10
error: associated type bindings must be declared after generic parameters
  --> $DIR/issue-32214.rs:5:25
   |
LL | pub fn test<W, I: Trait<Item=(), W> >() {}
   |                         -------^^^
   |                         |
   |                         this associated type binding should be moved after the generic parameters

error: aborting due to previous error