blob: ff92d01a69ed2aef9abc045ff2e7742c778430a5 [file] [log] [blame]
error[E0284]: type annotations needed: cannot resolve `<_ as StreamHasher>::S == <H as StreamHasher>::S`
--> $DIR/issue-12028.rs:27:14
|
LL | self.input_stream(&mut stream);
| ^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0284`.