File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ impl<'a> Arguments<'a> {
438
438
/// assert_eq!(format_args!("{:?}", std::env::current_dir()).as_str(), None);
439
439
/// ```
440
440
#[ stable( feature = "fmt_as_str" , since = "1.52.0" ) ]
441
- #[ rustc_const_unstable ( feature = "const_arguments_as_str" , issue = "103900 " ) ]
441
+ #[ rustc_const_stable ( feature = "const_arguments_as_str" , since = "CURRENT_RUSTC_VERSION " ) ]
442
442
#[ must_use]
443
443
#[ inline]
444
444
#[ cfg_attr( not( bootstrap) , rustc_const_stable_indirect) ]
Original file line number Diff line number Diff line change 114
114
#![ feature( const_align_of_val_raw) ]
115
115
#![ feature( const_align_offset) ]
116
116
#![ feature( const_alloc_layout) ]
117
- #![ feature( const_arguments_as_str) ]
118
117
#![ feature( const_array_into_iter_constructors) ]
119
118
#![ feature( const_bigint_helper_methods) ]
120
119
#![ feature( const_black_box) ]
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ impl<'a> PanicMessage<'a> {
165
165
///
166
166
/// See [`fmt::Arguments::as_str`] for details.
167
167
#[ stable( feature = "panic_info_message" , since = "1.81.0" ) ]
168
- #[ rustc_const_unstable ( feature = "const_arguments_as_str" , issue = "103900 " ) ]
168
+ #[ rustc_const_stable ( feature = "const_arguments_as_str" , since = "CURRENT_RUSTC_VERSION " ) ]
169
169
#[ must_use]
170
170
#[ inline]
171
171
#[ cfg_attr( not( bootstrap) , rustc_const_stable_indirect) ]
You can’t perform that action at this time.
0 commit comments