Files
rust/compiler
bors a8a29070f0 Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk
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.
2023-06-17 16:10:57 +00:00
..
2023-05-02 10:45:16 -07:00
2023-06-05 16:01:09 +02:00
2023-06-16 13:47:42 +00:00
2023-06-03 09:44:30 +08:00
2023-06-16 19:39:48 +00:00
2023-05-26 15:18:54 -04:00