]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-29147.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-29147.stderr
CommitLineData
60c5eb7d 1error[E0283]: type annotations needed
064997fb 2 --> $DIR/issue-29147.rs:22:13
8faf50e0 3 |
532ac7d7 4LL | let _ = <S5<_>>::xxx;
60c5eb7d
XL
5 | ^^^^^^^^^^^^ cannot infer type for struct `S5<_>`
6 |
3c0e092e 7note: multiple `impl`s satisfying `S5<_>: Foo` found
064997fb 8 --> $DIR/issue-29147.rs:18:1
136023e0 9 |
3c0e092e
XL
10LL | impl Foo for S5<u32> { fn xxx(&self) {} }
11 | ^^^^^^^^^^^^^^^^^^^^
12LL | impl Foo for S5<u64> { fn xxx(&self) {} }
13 | ^^^^^^^^^^^^^^^^^^^^
8faf50e0
XL
14
15error: aborting due to previous error
16
17For more information about this error, try `rustc --explain E0283`.