blob: 26e5a6a503c6f99ebc61516e52ae9c11966380bb [file] [log] [blame]
error[E0284]: type annotations required: cannot resolve `<_ as Foo>::A == _`
--> $DIR/associated-types-unconstrained.rs:14:20
|
LL | let x: isize = Foo::bar();
| ^^^^^^^^
error: aborting due to previous error