@@ -515,7 +515,7 @@ declare_features! (
515515 /// Give access to additional metadata about declarative macro meta-variables.
516516 ( unstable, macro_metavar_expr, "1.61.0" , Some ( 83527 ) ) ,
517517 /// Provides a way to concatenate identifiers using metavariable expressions.
518- ( unstable, macro_metavar_expr_concat, "CURRENT_RUSTC_VERSION " , Some ( 124225 ) ) ,
518+ ( unstable, macro_metavar_expr_concat, "1.81.0 " , Some ( 124225 ) ) ,
519519 /// Allows `#[marker]` on certain traits allowing overlapping implementations.
520520 ( unstable, marker_trait_attr, "1.30.0" , Some ( 29864 ) ) ,
521521 /// Allows exhaustive pattern matching on types that contain uninhabited types in cases that are
@@ -560,11 +560,11 @@ declare_features! (
560560 /// Allows using multiple nested field accesses in offset_of!
561561 ( unstable, offset_of_nested, "1.77.0" , Some ( 120140 ) ) ,
562562 /// Allows using fields with slice type in offset_of!
563- ( unstable, offset_of_slice, "CURRENT_RUSTC_VERSION " , Some ( 126151 ) ) ,
563+ ( unstable, offset_of_slice, "1.81.0 " , Some ( 126151 ) ) ,
564564 /// Allows using `#[optimize(X)]`.
565565 ( unstable, optimize_attribute, "1.34.0" , Some ( 54882 ) ) ,
566566 /// Allows specifying nop padding on functions for dynamic patching.
567- ( unstable, patchable_function_entry, "CURRENT_RUSTC_VERSION " , Some ( 123115 ) ) ,
567+ ( unstable, patchable_function_entry, "1.81.0 " , Some ( 123115 ) ) ,
568568 /// Allows postfix match `expr.match { ... }`
569569 ( unstable, postfix_match, "1.79.0" , Some ( 121618 ) ) ,
570570 /// Allows `use<'a, 'b, A, B>` in `impl Trait + use<...>` for precise capture of generic args.
@@ -576,7 +576,7 @@ declare_features! (
576576 /// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024.
577577 ( incomplete, ref_pat_eat_one_layer_2024, "1.79.0" , Some ( 123076 ) ) ,
578578 /// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024—structural variant
579- ( incomplete, ref_pat_eat_one_layer_2024_structural, "CURRENT_RUSTC_VERSION " , Some ( 123076 ) ) ,
579+ ( incomplete, ref_pat_eat_one_layer_2024_structural, "1.81.0 " , Some ( 123076 ) ) ,
580580 /// Allows using the `#[register_tool]` attribute.
581581 ( unstable, register_tool, "1.41.0" , Some ( 66079 ) ) ,
582582 /// Allows the `#[repr(i128)]` attribute for enums.
@@ -639,9 +639,9 @@ declare_features! (
639639 /// Allows using the `#[used(linker)]` (or `#[used(compiler)]`) attribute.
640640 ( unstable, used_with_arg, "1.60.0" , Some ( 93798 ) ) ,
641641 /// Allows use of x86 `AMX` target-feature attributes and intrinsics
642- ( unstable, x86_amx_intrinsics, "CURRENT_RUSTC_VERSION " , Some ( 126622 ) ) ,
642+ ( unstable, x86_amx_intrinsics, "1.81.0 " , Some ( 126622 ) ) ,
643643 /// Allows use of the `xop` target-feature
644- ( unstable, xop_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 127208 ) ) ,
644+ ( unstable, xop_target_feature, "1.81.0 " , Some ( 127208 ) ) ,
645645 /// Allows `do yeet` expressions
646646 ( unstable, yeet_expr, "1.62.0" , Some ( 96373 ) ) ,
647647 // !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!!
0 commit comments