mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 15:51:50 +00:00
Mark 'atomic_mut_ptr' methods const There's nothing that would block these methods from being const (just an UnsafeCell get), and it would be helpful for FFI interfaces in static contexts Related tracking issue: #66893