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