mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
aeae08587c
Fix unused assignments in diverging branches Fixes rust-lang/rust#156416 Add `location` and use `is_predecessor_of` to check in the control flow graph. r? @ghost I'd like to see whether there is performence regression.