mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
e45984b774
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