mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 21:40:38 +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.