mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-25 00:52:27 -04:00
ace4ff7167
early_otherwise: Don't hoist dereferences when the otherwise branch is reachable Fixes https://github.com/rust-lang/rust/issues/159591. A place may contain a dereference that cannot be safely hoisted when the otherwise branch is reachable.