]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-12028.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-12028.stderr
CommitLineData
60c5eb7d 1error[E0284]: type annotations needed
e1599b0c 2 --> $DIR/issue-12028.rs:27:14
8faf50e0 3 |
532ac7d7 4LL | self.input_stream(&mut stream);
60c5eb7d
XL
5 | ^^^^^^^^^^^^ cannot infer type for type parameter `H`
6 |
7 = note: cannot resolve `<_ as StreamHasher>::S == <H as StreamHasher>::S`
8faf50e0
XL
8
9error: aborting due to previous error
10
dc9dc135 11For more information about this error, try `rustc --explain E0284`.