We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4843173 commit d34090aCopy full SHA for d34090a
src/libcore/sync/atomic.rs
@@ -835,7 +835,7 @@ impl AtomicBool {
835
#[inline]
836
#[unstable(feature = "atomic_mut_ptr",
837
reason = "recently added",
838
- issue = "0")]
+ issue = "66893")]
839
pub fn as_mut_ptr(&self) -> *mut bool {
840
self.v.get() as *mut bool
841
}
@@ -1960,7 +1960,7 @@ unsafe {
1960
1961
1962
1963
1964
pub fn as_mut_ptr(&self) -> *mut $int_type {
1965
self.v.get()
1966
0 commit comments