@@ -368,7 +368,7 @@ declare_features! (
368368 /// Allows `async` trait bound modifier.
369369 ( unstable, async_trait_bounds, "1.85.0" , Some ( 62290 ) ) ,
370370 /// Target features on avr.
371- ( unstable, avr_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 146889 ) ) ,
371+ ( unstable, avr_target_feature, "1.95.0 " , Some ( 146889 ) ) ,
372372 /// Allows using Intel AVX10 target features and intrinsics
373373 ( unstable, avx10_target_feature, "1.88.0" , Some ( 138843 ) ) ,
374374 /// Target features on bpf.
@@ -411,9 +411,9 @@ declare_features! (
411411 /// Allows `async {}` expressions in const contexts.
412412 ( unstable, const_async_blocks, "1.53.0" , Some ( 85368 ) ) ,
413413 /// Allows `const { ... }` as a shorthand for `const _: () = const { ... };` for module items.
414- ( unstable, const_block_items, "CURRENT_RUSTC_VERSION " , Some ( 149226 ) ) ,
414+ ( unstable, const_block_items, "1.95.0 " , Some ( 149226 ) ) ,
415415 /// Allows defining and calling c-variadic functions in const contexts.
416- ( unstable, const_c_variadic, "CURRENT_RUSTC_VERSION " , Some ( 151787 ) ) ,
416+ ( unstable, const_c_variadic, "1.95.0 " , Some ( 151787 ) ) ,
417417 /// Allows `const || {}` closures in const contexts.
418418 ( incomplete, const_closures, "1.68.0" , Some ( 106003 ) ) ,
419419 /// Allows using `[const] Destruct` bounds and calling drop impls in const contexts.
@@ -487,7 +487,7 @@ declare_features! (
487487 /// Allows the use of `#[ffi_pure]` on foreign functions.
488488 ( unstable, ffi_pure, "1.45.0" , Some ( 58329 ) ) ,
489489 /// Allows marking trait functions as `final` to prevent overriding impls
490- ( unstable, final_associated_functions, "CURRENT_RUSTC_VERSION " , Some ( 131179 ) ) ,
490+ ( unstable, final_associated_functions, "1.95.0 " , Some ( 131179 ) ) ,
491491 /// Controlling the behavior of fmt::Debug
492492 ( unstable, fmt_debug, "1.82.0" , Some ( 129709 ) ) ,
493493 /// Allows using `#[align(...)]` on function items
@@ -554,7 +554,7 @@ declare_features! (
554554 /// Allows `#[marker]` on certain traits allowing overlapping implementations.
555555 ( unstable, marker_trait_attr, "1.30.0" , Some ( 29864 ) ) ,
556556 /// Enable mgca `type const` syntax before expansion.
557- ( incomplete, mgca_type_const_syntax, "CURRENT_RUSTC_VERSION " , Some ( 132980 ) ) ,
557+ ( incomplete, mgca_type_const_syntax, "1.95.0 " , Some ( 132980 ) ) ,
558558 /// Enables the generic const args MVP (only bare paths, not arbitrary computation).
559559 ( incomplete, min_generic_const_args, "1.84.0" , Some ( 132980 ) ) ,
560560 /// A minimal, sound subset of specialization intended to be used by the
@@ -600,7 +600,7 @@ declare_features! (
600600 /// Allows using fields with slice type in offset_of!
601601 ( unstable, offset_of_slice, "1.81.0" , Some ( 126151 ) ) ,
602602 /// Allows using generics in more complex const expressions, based on definitional equality.
603- ( unstable, opaque_generic_const_args, "CURRENT_RUSTC_VERSION " , Some ( 151972 ) ) ,
603+ ( unstable, opaque_generic_const_args, "1.95.0 " , Some ( 151972 ) ) ,
604604 /// Allows using `#[optimize(X)]`.
605605 ( unstable, optimize_attribute, "1.34.0" , Some ( 54882 ) ) ,
606606 /// Allows specifying nop padding on functions for dynamic patching.
@@ -635,7 +635,7 @@ declare_features! (
635635 /// Allows `extern "rust-cold"`.
636636 ( unstable, rust_cold_cc, "1.63.0" , Some ( 97544 ) ) ,
637637 /// Allows `extern "rust-preserve-none"`.
638- ( unstable, rust_preserve_none_cc, "CURRENT_RUSTC_VERSION " , Some ( 151401 ) ) ,
638+ ( unstable, rust_preserve_none_cc, "1.95.0 " , Some ( 151401 ) ) ,
639639 /// Target features on s390x.
640640 ( unstable, s390x_target_feature, "1.82.0" , Some ( 150259 ) ) ,
641641 /// Allows the use of the `sanitize` attribute.
0 commit comments