mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
667504b176
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.