@@ -413,9 +413,9 @@ declare_features! (
413413 ( active, const_try, "1.56.0" , Some ( 74935 ) , None ) ,
414414 /// Allows function attribute `#[coverage(on/off)]`, to control coverage
415415 /// instrumentation of that function.
416- ( active, coverage_attribute, "CURRENT_RUSTC_VERSION " , Some ( 84605 ) , None ) ,
416+ ( active, coverage_attribute, "1.74.0 " , Some ( 84605 ) , None ) ,
417417 /// Allows users to provide classes for fenced code block using `class:classname`.
418- ( active, custom_code_classes_in_docs, "CURRENT_RUSTC_VERSION " , Some ( 79483 ) , None ) ,
418+ ( active, custom_code_classes_in_docs, "1.74.0 " , Some ( 79483 ) , None ) ,
419419 /// Allows non-builtin attributes in inner attribute position.
420420 ( active, custom_inner_attributes, "1.30.0" , Some ( 54726 ) , None ) ,
421421 /// Allows custom test frameworks with `#![test_runner]` and `#[test_case]`.
@@ -596,7 +596,7 @@ declare_features! (
596596 /// Enables rustc to generate code that instructs libstd to NOT ignore SIGPIPE.
597597 ( active, unix_sigpipe, "1.65.0" , Some ( 97889 ) , None ) ,
598598 /// Allows unnamed fields of struct and union type
599- ( incomplete, unnamed_fields, "CURRENT_RUSTC_VERSION " , Some ( 49804 ) , None ) ,
599+ ( incomplete, unnamed_fields, "1.74.0 " , Some ( 49804 ) , None ) ,
600600 /// Allows unsized fn parameters.
601601 ( active, unsized_fn_params, "1.49.0" , Some ( 48055 ) , None ) ,
602602 /// Allows unsized rvalues at arguments and parameters.
0 commit comments