d9ab4ff9a3
Remove blanket check for existence of other errors before emitting "type annotation needed" errors, and add some eager checks to avoid adding obligations when they refer to types that reference `[type error]` in order to reduce unneded errors.
10 lines
326 B
Plaintext
10 lines
326 B
Plaintext
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`.
|