]> git.proxmox.com Git - rustc.git/blame - src/test/ui/associated-types/associated-types-unconstrained.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / associated-types / associated-types-unconstrained.stderr
CommitLineData
60c5eb7d 1error[E0284]: type annotations needed
0731742a 2 --> $DIR/associated-types-unconstrained.rs:14:20
b7449926
XL
3 |
4LL | let x: isize = Foo::bar();
60c5eb7d
XL
5 | ^^^^^^^^ cannot infer type
6 |
7 = note: cannot resolve `<_ as Foo>::A == _`
b7449926
XL
8
9error: aborting due to previous error
10
dc9dc135 11For more information about this error, try `rustc --explain E0284`.