]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-types/associated-types-eq-expr-path.stderr
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020...
[rust.git] / src / test / ui / associated-types / associated-types-eq-expr-path.stderr
1 error[E0229]: associated type bindings are not allowed here
2   --> $DIR/associated-types-eq-expr-path.rs:14:26
3    |
4 LL |     let x: isize = Foo::<A=usize>::bar();
5    |                          ^^^^^^^ associated type not allowed here
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0229`.