remove cfg(bootstrap)
This commit is contained in:
parent
317cab9bef
commit
3975d55d98
84 changed files with 15 additions and 1308 deletions
|
@ -568,7 +568,6 @@ impl<T: ?Sized> *const T {
|
|||
///
|
||||
/// For non-`Sized` pointees this operation changes only the data pointer,
|
||||
/// leaving the metadata untouched.
|
||||
#[cfg(not(bootstrap))]
|
||||
#[unstable(feature = "ptr_mask", issue = "98290")]
|
||||
#[must_use = "returns a new pointer rather than modifying its argument"]
|
||||
#[inline(always)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue