@@ -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 = "..."))`.
@@ -514,7 +514,7 @@ declare_features! (
514514 ( unstable, marker_trait_attr, "1.30.0" , Some ( 29864 ) ) ,
515515 /// Allows exhaustive pattern matching on types that contain uninhabited types in cases that are
516516 /// unambiguously sound.
517- ( incomplete, min_exhaustive_patterns, "CURRENT_RUSTC_VERSION " , Some ( 119612 ) ) ,
517+ ( incomplete, min_exhaustive_patterns, "1.77.0 " , Some ( 119612 ) ) ,
518518 /// A minimal, sound subset of specialization intended to be used by the
519519 /// standard library until the soundness issues with specialization
520520 /// are fixed.
@@ -550,7 +550,7 @@ declare_features! (
550550 /// Allows using enums in offset_of!
551551 ( unstable, offset_of_enum, "1.75.0" , Some ( 120141 ) ) ,
552552 /// Allows using multiple nested field accesses in offset_of!
553- ( unstable, offset_of_nested, "CURRENT_RUSTC_VERSION " , Some ( 120140 ) ) ,
553+ ( unstable, offset_of_nested, "1.77.0 " , Some ( 120140 ) ) ,
554554 /// Allows using `#[optimize(X)]`.
555555 ( unstable, optimize_attribute, "1.34.0" , Some ( 54882 ) ) ,
556556 /// Allows macro attributes on expressions, statements and non-inline modules.
0 commit comments