blob: 2914a7f868b2b2891fab601449013c178952007d [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 satisfy `<_ as Foo>::A == _`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0284`.