]> git.lizzy.rs Git - rust.git/blob - tests/ui/associated-types/associated-types-eq-expr-path.stderr
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / 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`.