rust/src/test/ui/parser/issue-32214.stderr
Esteban Küber d6ea6b972d fix tidy
2019-05-31 13:50:04 -07:00

11 lines
372 B
Plaintext

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