]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-12028.stderr
5f2dd729c739f5cd1693ead7b9b02b4c3cb3ac70
[rust.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`.