]> git.lizzy.rs Git - rust.git/commitdiff
Fill tracking issue
authorPaul Dicker <pitdicker@gmail.com>
Sat, 30 Nov 2019 11:58:15 +0000 (12:58 +0100)
committerPaul Dicker <pitdicker@gmail.com>
Sat, 30 Nov 2019 11:58:15 +0000 (12:58 +0100)
src/libcore/sync/atomic.rs

index 3a5b4135a917c2180468ff69762d9896e55fe57a..9a910f354857707eac5467d3e42c682297ac9282 100644 (file)
@@ -835,7 +835,7 @@ pub fn fetch_xor(&self, val: bool, order: Ordering) -> bool {
     #[inline]
     #[unstable(feature = "atomic_mut_ptr",
            reason = "recently added",
-           issue = "0")]
+           issue = "66893")]
     pub fn as_mut_ptr(&self) -> *mut bool {
         self.v.get() as *mut bool
     }
@@ -1960,7 +1960,7 @@ pub fn fetch_min(&self, val: $int_type, order: Ordering) -> $int_type {
                 #[inline]
                 #[unstable(feature = "atomic_mut_ptr",
                        reason = "recently added",
-                       issue = "0")]
+                       issue = "66893")]
                 pub fn as_mut_ptr(&self) -> *mut $int_type {
                     self.v.get()
                 }