@@ -457,7 +457,7 @@ declare_features! (
457457 /// Allows to use the `#[cfi_encoding = ""]` attribute.
458458 ( unstable, cfi_encoding, "1.71.0" , Some ( 89653 ) ) ,
459459 /// The `clflushopt` target feature on x86.
460- ( unstable, clflushopt_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 157096 ) ) ,
460+ ( unstable, clflushopt_target_feature, "1.98.0 " , Some ( 157096 ) ) ,
461461 /// Allows `for<...>` on closures and coroutines.
462462 ( unstable, closure_lifetime_binder, "1.64.0" , Some ( 97362 ) ) ,
463463 /// Allows `#[track_caller]` on closures and coroutines.
@@ -515,7 +515,7 @@ declare_features! (
515515 /// Allows giving on-move borrowck custom diagnostic messages for a type
516516 ( unstable, diagnostic_on_move, "1.96.0" , Some ( 154181 ) ) ,
517517 /// Allows giving custom types diagnostic messages on type errors
518- ( unstable, diagnostic_on_type_error, "CURRENT_RUSTC_VERSION " , Some ( 155382 ) ) ,
518+ ( unstable, diagnostic_on_type_error, "1.98.0 " , Some ( 155382 ) ) ,
519519 /// Allows giving unresolved imports a custom diagnostic message
520520 ( unstable, diagnostic_on_unknown, "1.96.0" , Some ( 152900 ) ) ,
521521 /// Allows macros to customize macro argument matcher diagnostics.
@@ -600,7 +600,7 @@ declare_features! (
600600 /// Allows associated types in inherent impls.
601601 ( incomplete, inherent_associated_types, "1.52.0" , Some ( 8995 ) ) ,
602602 /// Enable #[instrument_fn] on function.
603- ( unstable, instrument_fn, "CURRENT_RUSTC_VERSION " , Some ( 157081 ) ) ,
603+ ( unstable, instrument_fn, "1.98.0 " , Some ( 157081 ) ) ,
604604 /// Allows using `pointer` and `reference` in intra-doc links
605605 ( unstable, intra_doc_pointers, "1.51.0" , Some ( 80896 ) ) ,
606606 /// lahfsahf target feature on x86.
@@ -615,7 +615,7 @@ declare_features! (
615615 /// Target features on loongarch.
616616 ( unstable, loongarch_target_feature, "1.73.0" , Some ( 150252 ) ) ,
617617 /// Allows use of loop optimization hints via attributes.
618- ( unstable, loop_hints, "CURRENT_RUSTC_VERSION " , Some ( 156874 ) ) ,
618+ ( unstable, loop_hints, "1.98.0 " , Some ( 156874 ) ) ,
619619 /// Allows fused `loop`/`match` for direct intraprocedural jumps.
620620 ( incomplete, loop_match, "1.90.0" , Some ( 132306 ) ) ,
621621 /// Target features on m68k.
@@ -659,7 +659,7 @@ declare_features! (
659659 /// Allows `mut ref` and `mut ref mut` identifier patterns.
660660 ( incomplete, mut_ref, "1.79.0" , Some ( 123076 ) ) ,
661661 /// Allows `mut(crate) field: Type` restrictions.
662- ( incomplete, mut_restriction, "CURRENT_RUSTC_VERSION " , Some ( 105077 ) ) ,
662+ ( incomplete, mut_restriction, "1.98.0 " , Some ( 105077 ) ) ,
663663 /// Allows using `#[naked]` on `extern "Rust"` functions.
664664 ( unstable, naked_functions_rustic_abi, "1.88.0" , Some ( 138997 ) ) ,
665665 /// Allows using `#[target_feature(enable = "...")]` on `#[naked]` on functions.
@@ -720,7 +720,7 @@ declare_features! (
720720 /// Allows `extern "rust-preserve-none"`.
721721 ( unstable, rust_preserve_none_cc, "1.95.0" , Some ( 151401 ) ) ,
722722 /// Allows `extern "tail"`.
723- ( unstable, rust_tail_cc, "CURRENT_RUSTC_VERSION " , Some ( 157427 ) ) ,
723+ ( unstable, rust_tail_cc, "1.98.0 " , Some ( 157427 ) ) ,
724724 /// Target features on s390x.
725725 ( unstable, s390x_target_feature, "1.82.0" , Some ( 150259 ) ) ,
726726 /// Allows the use of the `sanitize` attribute.
@@ -733,7 +733,7 @@ declare_features! (
733733 ( incomplete, specialization, "1.7.0" , Some ( 31844 ) ) ,
734734 /// Experimental "splatting" of function call arguments at the call site.
735735 /// e.g. `foo(a, b, c)` calls `#[splat] fn foo((a: A, b: B, c: C))`.
736- ( incomplete, splat, "CURRENT_RUSTC_VERSION " , Some ( 153629 ) ) ,
736+ ( incomplete, splat, "1.98.0 " , Some ( 153629 ) ) ,
737737 /// Allows using `#[rustc_align_static(...)]` on static items.
738738 ( unstable, static_align, "1.91.0" , Some ( 146177 ) ) ,
739739 /// Allows attributes on expressions and non-item statements.
@@ -764,7 +764,7 @@ declare_features! (
764764 /// not changed from prior instances of the same struct (RFC #2528)
765765 ( unstable, type_changing_struct_update, "1.58.0" , Some ( 86555 ) ) ,
766766 /// Allows using `_ = <range-or-int>` enum variants.
767- ( incomplete, unnamed_enum_variants, "CURRENT_RUSTC_VERSION " , Some ( 156628 ) ) ,
767+ ( incomplete, unnamed_enum_variants, "1.98.0 " , Some ( 156628 ) ) ,
768768 /// Allows using `unsafe<'a> &'a T` unsafe binder types.
769769 ( incomplete, unsafe_binders, "1.85.0" , Some ( 130516 ) ) ,
770770 /// Allows declaring fields `unsafe`.
@@ -789,7 +789,7 @@ declare_features! (
789789 /// Allows use of the `xop` target-feature
790790 ( unstable, xop_target_feature, "1.81.0" , Some ( 127208 ) ) ,
791791 /// Allows use of the Xtensa target-features
792- ( unstable, xtensa_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 157063 ) ) ,
792+ ( unstable, xtensa_target_feature, "1.98.0 " , Some ( 157063 ) ) ,
793793 /// Allows `do yeet` expressions
794794 ( unstable, yeet_expr, "1.62.0" , Some ( 96373 ) ) ,
795795 ( unstable, yield_expr, "1.87.0" , Some ( 43122 ) ) ,
0 commit comments