@@ -569,7 +569,10 @@ impl MaybeUninit { |
|
|
569 |
569 |
/// (Notice that the rules around references to uninitialized data are not finalized yet, but |
570 |
570 |
/// until they are, it is advisable to avoid them.) |
571 |
571 |
#[stable(feature = "maybe_uninit", since = "1.36.0")] |
572 |
|
-#[rustc_const_stable(feature = "const_maybe_uninit_as_mut_ptr", since = "CURRENT_RUSTC_VERSION")] |
|
572 |
+#[rustc_const_stable( |
|
573 |
+ feature = "const_maybe_uninit_as_mut_ptr", |
|
574 |
+ since = "CURRENT_RUSTC_VERSION" |
|
575 |
+ )] |
573 |
576 |
#[cfg_attr(bootstrap, rustc_allow_const_fn_unstable(const_mut_refs))] |
574 |
577 |
#[inline(always)] |
575 |
578 |
pub const fn as_mut_ptr(&mut self) -> *mut T { |