mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
48d89a8759
fix: return early when has tainted in mir pass Fixes https://github.com/rust-lang/rust/issues/115809 As in #115643, `run_pass` is skipped if the body has tainted errors. r? `@oli-obk`