File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ impl<T: ?Sized> *const T {
566
566
/// For non-`Sized` pointees this operation changes only the data pointer,
567
567
/// leaving the metadata untouched.
568
568
#[ cfg( not( bootstrap) ) ]
569
- #[ unstable( feature = "ptr_mask" , issue = "none " ) ]
569
+ #[ unstable( feature = "ptr_mask" , issue = "98290 " ) ]
570
570
#[ must_use = "returns a new pointer rather than modifying its argument" ]
571
571
#[ inline( always) ]
572
572
pub fn mask ( self , mask : usize ) -> * const T {
Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ impl<T: ?Sized> *mut T {
582
582
/// For non-`Sized` pointees this operation changes only the data pointer,
583
583
/// leaving the metadata untouched.
584
584
#[ cfg( not( bootstrap) ) ]
585
- #[ unstable( feature = "ptr_mask" , issue = "none " ) ]
585
+ #[ unstable( feature = "ptr_mask" , issue = "98290 " ) ]
586
586
#[ must_use = "returns a new pointer rather than modifying its argument" ]
587
587
#[ inline( always) ]
588
588
pub fn mask ( self , mask : usize ) -> * mut T {
You can’t perform that action at this time.
0 commit comments