fill in tracking issue for feature(ptr_mask)
This commit is contained in:
parent
4c54973b65
commit
168a837975
2 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ impl<T: ?Sized> *mut T {
|
|||
/// 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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue