mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
50d7716efb
Add fetch_update methods to AtomicBool and AtomicPtr These methods were stabilized for the integer atomics in #71843, but the methods were not added for the non-integer atomics `AtomicBool` and `AtomicPtr`.