mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-25 15:45:34 -04:00
efd0be8a3f
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.