about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorJubilee <46493976+workingjubilee@users.noreply.github.com>2021-10-04 13:58:07 -0700
committerGitHub <noreply@github.com>2021-10-04 13:58:07 -0700
commita2c6075dfff58626afc9ab57c2c6b284c5612ec7 (patch)
tree619e022e6ab1858b2f6b4f3bdb17d7de206ae44f /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parentca8a10845f42fcb3e01f21a8f874a507d0512447 (diff)
parent09d55d516bdd3e89bef4cb1cabc598a16d9ad401 (diff)
downloadrust-a2c6075dfff58626afc9ab57c2c6b284c5612ec7.tar.gz
rust-a2c6075dfff58626afc9ab57c2c6b284c5612ec7.zip
Rollup merge of #88451 - theo-lw:issue-87771, r=jackh726
Fix an ICE caused by type mismatch errors being ignored

This PR fixes #87771. It turns out that the check on `compiler/rustc_typeck/src/check/demand.rs:148` leads to the ICE. I removed it because the early return in [`check_expr_assign`](https://github.com/theo-lw/rust/blob/dec7fc3ced5bc3c18d0e5d29921d087f93189cb8/compiler/rustc_typeck/src/check/expr.rs#L928) already prevents unnecessary error messages from the call to `check_expr_coercable_to_type`.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions