blob: da14a69ae306a67baece987e98b21226ce43256f [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
For more information about this error, try `rustc --explain E0284`.