mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-31 04:38:17 +00:00
Switch OwnedStore handle count to AtomicU32 This is already panics if overflowing a u32, so let's use the smaller int size to save a tiny bit of memory.