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