mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +00:00
fix ConstProp handling of written_only_inside_own_block_locals Fixes a regression introduced by https://github.com/rust-lang/rust/pull/100239, which adds an early return and thus skips some code in `visit_terminator` that must be run for soundness. Fixes https://github.com/rust-lang/rust/issues/101973