@@ -400,9 +400,9 @@ declare_features! (
400
400
( active, const_try, "1.56.0" , Some ( 74935 ) , None ) ,
401
401
/// Allows function attribute `#[coverage(on/off)]`, to control coverage
402
402
/// instrumentation of that function.
403
- ( active, coverage_attribute, "CURRENT_RUSTC_VERSION " , Some ( 84605 ) , None ) ,
403
+ ( active, coverage_attribute, "1.74.0 " , Some ( 84605 ) , None ) ,
404
404
/// 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 ) ,
406
406
/// Allows non-builtin attributes in inner attribute position.
407
407
( active, custom_inner_attributes, "1.30.0" , Some ( 54726 ) , None ) ,
408
408
/// Allows custom test frameworks with `#![test_runner]` and `#[test_case]`.
@@ -583,7 +583,7 @@ declare_features! (
583
583
/// Enables rustc to generate code that instructs libstd to NOT ignore SIGPIPE.
584
584
( active, unix_sigpipe, "1.65.0" , Some ( 97889 ) , None ) ,
585
585
/// 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 ) ,
587
587
/// Allows unsized fn parameters.
588
588
( active, unsized_fn_params, "1.49.0" , Some ( 48055 ) , None ) ,
589
589
/// Allows unsized rvalues at arguments and parameters.
0 commit comments