blob: 36c31cd3f05600d7eb4fd75c5b7621ac61164f62 [file] [log] [blame]
error[E0229]: associated type bindings are not allowed here
--> $DIR/associated-types-eq-expr-path.rs:24:26
|
LL | let x: isize = Foo::<A=usize>::bar();
| ^^^^^^^ associated type not allowed here
error: aborting due to previous error
For more information about this error, try `rustc --explain E0229`.