File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -947,7 +947,7 @@ extern "rust-intrinsic" {
947947 /// own, or if it does not enable any significant optimizations.
948948 ///
949949 /// This intrinsic does not have a stable counterpart.
950- #[ rustc_const_unstable ( feature = "const_assume" , issue = "76972 " ) ]
950+ #[ rustc_const_stable ( feature = "const_assume" , since = "CURRENT_RUSTC_VERSION " ) ]
951951 #[ rustc_nounwind]
952952 pub fn assume ( b : bool ) ;
953953
Original file line number Diff line number Diff line change 119119#![ feature( const_arguments_as_str) ]
120120#![ feature( const_array_from_ref) ]
121121#![ feature( const_array_into_iter_constructors) ]
122- #![ feature( const_assume) ]
123122#![ feature( const_bigint_helper_methods) ]
124123#![ feature( const_black_box) ]
125124#![ feature( const_caller_location) ]
Original file line number Diff line number Diff line change 77#![ feature( bigint_helper_methods) ]
88#![ feature( cell_update) ]
99#![ feature( const_align_offset) ]
10- #![ feature( const_assume) ]
1110#![ feature( const_align_of_val_raw) ]
1211#![ feature( const_black_box) ]
1312#![ feature( const_caller_location) ]
You can’t perform that action at this time.
0 commit comments