mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 15:45:30 +00:00
Fix some `Arc` allocator leaks This doesn't matter for the stable `Global` allocator as it is a ZST singleton, but other allocators may rely on all instances being dropped.