rust/src/test/ui/parser/issue-32214.stderr
varkor 455d659e91 Update tests
Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com>
2019-02-07 15:02:17 +01:00

11 lines
372 B
Plaintext

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