mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 13:10:24 +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