mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 04:45:31 +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