mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 05:25:38 +00:00
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.