fill in tracking issue for feature(ptr_mask)

This commit is contained in:
Maybe Waffle 2022-06-20 16:26:40 +04:00
parent 4c54973b65
commit 168a837975
2 changed files with 2 additions and 2 deletions

View File

@ -566,7 +566,7 @@ pub const fn wrapping_byte_offset(self, count: isize) -> Self {
/// For non-`Sized` pointees this operation changes only the data pointer,
/// leaving the metadata untouched.
#[cfg(not(bootstrap))]
#[unstable(feature = "ptr_mask", issue = "none")]
#[unstable(feature = "ptr_mask", issue = "98290")]
#[must_use = "returns a new pointer rather than modifying its argument"]
#[inline(always)]
pub fn mask(self, mask: usize) -> *const T {

View File

@ -582,7 +582,7 @@ pub const fn wrapping_byte_offset(self, count: isize) -> Self {
/// For non-`Sized` pointees this operation changes only the data pointer,
/// leaving the metadata untouched.
#[cfg(not(bootstrap))]
#[unstable(feature = "ptr_mask", issue = "none")]
#[unstable(feature = "ptr_mask", issue = "98290")]
#[must_use = "returns a new pointer rather than modifying its argument"]
#[inline(always)]
pub fn mask(self, mask: usize) -> *mut T {