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