Commit 58ed8ad 1 parent c01d8d2 commit 58ed8ad Copy full SHA for 58ed8ad
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -686,7 +686,10 @@ impl<T> MaybeUninit<T> {
686
686
/// // they both get dropped!
687
687
/// ```
688
688
#[ stable( feature = "maybe_uninit_extra" , since = "1.60.0" ) ]
689
- #[ rustc_const_unstable( feature = "const_maybe_uninit_assume_init_read" , issue = "63567" ) ]
689
+ #[ rustc_const_stable(
690
+ feature = "const_maybe_uninit_assume_init_read" ,
691
+ since = "CURRENT_RUSTC_VERSION"
692
+ ) ]
690
693
#[ inline( always) ]
691
694
#[ track_caller]
692
695
pub const unsafe fn assume_init_read ( & self ) -> T {
Original file line number Diff line number Diff line change 15
15
#![ feature( const_hash) ]
16
16
#![ feature( const_heap) ]
17
17
#![ feature( const_maybe_uninit_as_mut_ptr) ]
18
- #![ feature( const_maybe_uninit_assume_init_read) ]
19
18
#![ feature( const_nonnull_new) ]
20
19
#![ feature( const_pointer_byte_offsets) ]
21
20
#![ feature( const_pointer_is_aligned) ]
You can’t perform that action at this time.
0 commit comments