File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -947,7 +947,7 @@ extern "rust-intrinsic" {
947
947
/// own, or if it does not enable any significant optimizations.
948
948
///
949
949
/// 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 " ) ]
951
951
#[ rustc_nounwind]
952
952
pub fn assume ( b : bool ) ;
953
953
Original file line number Diff line number Diff line change 119
119
#![ feature( const_arguments_as_str) ]
120
120
#![ feature( const_array_from_ref) ]
121
121
#![ feature( const_array_into_iter_constructors) ]
122
- #![ feature( const_assume) ]
123
122
#![ feature( const_bigint_helper_methods) ]
124
123
#![ feature( const_black_box) ]
125
124
#![ feature( const_caller_location) ]
Original file line number Diff line number Diff line change 9
9
#![ feature( bigint_helper_methods) ]
10
10
#![ feature( cell_update) ]
11
11
#![ feature( const_align_offset) ]
12
- #![ feature( const_assume) ]
13
12
#![ feature( const_align_of_val_raw) ]
14
13
#![ feature( const_black_box) ]
15
14
#![ feature( const_caller_location) ]
You can’t perform that action at this time.
0 commit comments