blob: 4e9e54d36880596e36abd9b91f090c4ac1821f4d [file] [log] [blame]
error[E0284]: type annotations needed: cannot resolve `<_ as Foo>::A == _`
--> $DIR/associated-types-unconstrained.rs:14:20
|
LL | let x: isize = Foo::bar();
| ^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0284`.