@@ -413,9 +413,9 @@ declare_features! (
413
413
( active, const_try, "1.56.0" , Some ( 74935 ) , None ) ,
414
414
/// Allows function attribute `#[coverage(on/off)]`, to control coverage
415
415
/// instrumentation of that function.
416
- ( active, coverage_attribute, "CURRENT_RUSTC_VERSION " , Some ( 84605 ) , None ) ,
416
+ ( active, coverage_attribute, "1.74.0 " , Some ( 84605 ) , None ) ,
417
417
/// 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 ) ,
419
419
/// Allows non-builtin attributes in inner attribute position.
420
420
( active, custom_inner_attributes, "1.30.0" , Some ( 54726 ) , None ) ,
421
421
/// Allows custom test frameworks with `#![test_runner]` and `#[test_case]`.
@@ -596,7 +596,7 @@ declare_features! (
596
596
/// Enables rustc to generate code that instructs libstd to NOT ignore SIGPIPE.
597
597
( active, unix_sigpipe, "1.65.0" , Some ( 97889 ) , None ) ,
598
598
/// 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 ) ,
600
600
/// Allows unsized fn parameters.
601
601
( active, unsized_fn_params, "1.49.0" , Some ( 48055 ) , None ) ,
602
602
/// Allows unsized rvalues at arguments and parameters.
0 commit comments