Skip to content

Commit d34090a

Browse files
committed
Fill tracking issue
1 parent 4843173 commit d34090a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/sync/atomic.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ impl AtomicBool {
835835
#[inline]
836836
#[unstable(feature = "atomic_mut_ptr",
837837
reason = "recently added",
838-
issue = "0")]
838+
issue = "66893")]
839839
pub fn as_mut_ptr(&self) -> *mut bool {
840840
self.v.get() as *mut bool
841841
}
@@ -1960,7 +1960,7 @@ unsafe {
19601960
#[inline]
19611961
#[unstable(feature = "atomic_mut_ptr",
19621962
reason = "recently added",
1963-
issue = "0")]
1963+
issue = "66893")]
19641964
pub fn as_mut_ptr(&self) -> *mut $int_type {
19651965
self.v.get()
19661966
}

0 commit comments

Comments
 (0)