]> git.lizzy.rs Git - rust.git/commitdiff
Fill in tracking issue for feature `const_align_offset`
authorMaybe Waffle <waffle.lapkin@gmail.com>
Tue, 16 Nov 2021 20:58:40 +0000 (23:58 +0300)
committerMaybe Waffle <waffle.lapkin@gmail.com>
Tue, 16 Nov 2021 20:58:40 +0000 (23:58 +0300)
library/core/src/ptr/const_ptr.rs
library/core/src/ptr/mut_ptr.rs

index 3d85f97cbbe5cb0e2f3efb67b3e843da84281599..344b483662abd72a8fca92b51dc22654194faf9b 100644 (file)
@@ -879,7 +879,7 @@ pub unsafe fn read_volatile(self) -> T
     /// # } }
     /// ```
     #[stable(feature = "align_offset", since = "1.36.0")]
-    #[rustc_const_unstable(feature = "const_align_offset", issue = "none")]
+    #[rustc_const_unstable(feature = "const_align_offset", issue = "90962")]
     pub const fn align_offset(self, align: usize) -> usize
     where
         T: Sized,
index 98308ac387314bf961612599376b50519a1b1c15..f3b2bdfefe5dfdfd5747cccd0842eff82e891854 100644 (file)
@@ -1142,7 +1142,7 @@ pub unsafe fn replace(self, src: T) -> T
     /// # } }
     /// ```
     #[stable(feature = "align_offset", since = "1.36.0")]
-    #[rustc_const_unstable(feature = "const_align_offset", issue = "none")]
+    #[rustc_const_unstable(feature = "const_align_offset", issue = "90962")]
     pub const fn align_offset(self, align: usize) -> usize
     where
         T: Sized,