mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +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.