summary refs log tree commit diff
path: root/src/test/ui/parser/issue-32214.stderr
blob: 08b230a14f50ebc8ba6213b4fb9997548a029da4 (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:3: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