mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:08:53 +03:00
9104c898eb
Remove special handling of `box_free` from `LocalAnalyzer` The special casing of `box_free` predates the use of dominators in analyzer. It is no longer necessary now that analyzer verifies that the first assignment dominates all uses.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.