@@ -400,9 +400,9 @@ declare_features! (
400400 ( active, const_try, "1.56.0" , Some ( 74935 ) , None ) ,
401401 /// Allows function attribute `#[coverage(on/off)]`, to control coverage
402402 /// instrumentation of that function.
403- ( active, coverage_attribute, "CURRENT_RUSTC_VERSION " , Some ( 84605 ) , None ) ,
403+ ( active, coverage_attribute, "1.74.0 " , Some ( 84605 ) , None ) ,
404404 /// Allows users to provide classes for fenced code block using `class:classname`.
405- ( active, custom_code_classes_in_docs, "CURRENT_RUSTC_VERSION " , Some ( 79483 ) , None ) ,
405+ ( active, custom_code_classes_in_docs, "1.74.0 " , Some ( 79483 ) , None ) ,
406406 /// Allows non-builtin attributes in inner attribute position.
407407 ( active, custom_inner_attributes, "1.30.0" , Some ( 54726 ) , None ) ,
408408 /// Allows custom test frameworks with `#![test_runner]` and `#[test_case]`.
@@ -583,7 +583,7 @@ declare_features! (
583583 /// Enables rustc to generate code that instructs libstd to NOT ignore SIGPIPE.
584584 ( active, unix_sigpipe, "1.65.0" , Some ( 97889 ) , None ) ,
585585 /// Allows unnamed fields of struct and union type
586- ( incomplete, unnamed_fields, "CURRENT_RUSTC_VERSION " , Some ( 49804 ) , None ) ,
586+ ( incomplete, unnamed_fields, "1.74.0 " , Some ( 49804 ) , None ) ,
587587 /// Allows unsized fn parameters.
588588 ( active, unsized_fn_params, "1.49.0" , Some ( 48055 ) , None ) ,
589589 /// Allows unsized rvalues at arguments and parameters.
0 commit comments