blob: f756e0a29d17a978698459c46f0f11447fc501e2 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0284]: type annotations required: cannot resolve `<_ as StreamHasher>::S == <H as StreamHasher>::S`
--> $DIR/issue-12028.rs:39:14
|
LL | self.input_stream(&mut stream); //~ ERROR type annotations required
| ^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0284`.
|