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