about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-12028.stderr
blob: 30cb7a1df8071e388c1962399c374252f037c115 (plain)
1
2
3
4
5
6
7
8
9
error[E0284]: type annotations needed: cannot satisfy `<_ as StreamHasher>::S == <H as StreamHasher>::S`
  --> $DIR/issue-12028.rs:27:14
   |
LL |         self.input_stream(&mut stream);
   |              ^^^^^^^^^^^^ cannot satisfy `<_ as StreamHasher>::S == <H as StreamHasher>::S`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0284`.