]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-29147.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-29147.stderr
CommitLineData
60c5eb7d 1error[E0283]: type annotations needed
0731742a 2 --> $DIR/issue-29147.rs:21:13
8faf50e0 3 |
e1599b0c
XL
4LL | trait Foo { fn xxx(&self); }
5 | -------------- required by `Foo::xxx`
6...
532ac7d7 7LL | let _ = <S5<_>>::xxx;
60c5eb7d
XL
8 | ^^^^^^^^^^^^ cannot infer type for struct `S5<_>`
9 |
ba9703b0 10 = note: cannot satisfy `S5<_>: Foo`
8faf50e0
XL
11
12error: aborting due to previous error
13
14For more information about this error, try `rustc --explain E0283`.