mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 20:00:31 +00:00
MIR borrowck taints its output if an obligation fails. This could then cause `check_coroutine_obligations` to silence its error, causing us to not emit and actual error and ICE.