@@ -356,7 +356,7 @@ declare_features! (
356356 /// Allows `#[track_caller]` on async functions.
357357 ( unstable, async_fn_track_caller, "1.73.0" , Some ( 110011 ) ) ,
358358 /// Allows `for await` loops.
359- ( unstable, async_for_loop, "CURRENT_RUSTC_VERSION " , Some ( 118898 ) ) ,
359+ ( unstable, async_for_loop, "1.77.0 " , Some ( 118898 ) ) ,
360360 /// Allows builtin # foo() syntax
361361 ( unstable, builtin_syntax, "1.71.0" , Some ( 110680 ) ) ,
362362 /// Treat `extern "C"` function as nounwind.
@@ -370,7 +370,7 @@ declare_features! (
370370 /// Allows the use of `#[cfg(sanitize = "option")]`; set when -Zsanitizer is used.
371371 ( unstable, cfg_sanitize, "1.41.0" , Some ( 39699 ) ) ,
372372 /// Allows `cfg(sanitizer_cfi_generalize_pointers)` and `cfg(sanitizer_cfi_normalize_integers)`.
373- ( unstable, cfg_sanitizer_cfi, "CURRENT_RUSTC_VERSION " , Some ( 89653 ) ) ,
373+ ( unstable, cfg_sanitizer_cfi, "1.77.0 " , Some ( 89653 ) ) ,
374374 /// Allows `cfg(target_abi = "...")`.
375375 ( unstable, cfg_target_abi, "1.55.0" , Some ( 80970 ) ) ,
376376 /// Allows `cfg(target(abi = "..."))`.
@@ -516,7 +516,7 @@ declare_features! (
516516 ( unstable, marker_trait_attr, "1.30.0" , Some ( 29864 ) ) ,
517517 /// Allows exhaustive pattern matching on types that contain uninhabited types in cases that are
518518 /// unambiguously sound.
519- ( incomplete, min_exhaustive_patterns, "CURRENT_RUSTC_VERSION " , Some ( 119612 ) ) ,
519+ ( incomplete, min_exhaustive_patterns, "1.77.0 " , Some ( 119612 ) ) ,
520520 /// A minimal, sound subset of specialization intended to be used by the
521521 /// standard library until the soundness issues with specialization
522522 /// are fixed.
@@ -552,7 +552,7 @@ declare_features! (
552552 /// Allows using enums in offset_of!
553553 ( unstable, offset_of_enum, "1.75.0" , Some ( 120141 ) ) ,
554554 /// Allows using multiple nested field accesses in offset_of!
555- ( unstable, offset_of_nested, "CURRENT_RUSTC_VERSION " , Some ( 120140 ) ) ,
555+ ( unstable, offset_of_nested, "1.77.0 " , Some ( 120140 ) ) ,
556556 /// Allows using `#[optimize(X)]`.
557557 ( unstable, optimize_attribute, "1.34.0" , Some ( 54882 ) ) ,
558558 /// Allows macro attributes on expressions, statements and non-inline modules.
0 commit comments