mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 12:18:33 +00:00
![]() Remove `box_free` lang item This PR removes the `box_free` lang item, replacing it with `Box`'s `Drop` impl. Box dropping is still slightly magic because the contained value is still dropped by the compiler. |
||
---|---|---|
.. | ||
collector.rs | ||
errors.rs | ||
lib.rs | ||
partitioning.rs | ||
polymorphize.rs | ||
util.rs |