@@ -356,7 +356,7 @@ declare_features! (
356
356
/// Allows `#[track_caller]` on async functions.
357
357
( unstable, async_fn_track_caller, "1.73.0" , Some ( 110011 ) ) ,
358
358
/// Allows `for await` loops.
359
- ( unstable, async_for_loop, "CURRENT_RUSTC_VERSION " , Some ( 118898 ) ) ,
359
+ ( unstable, async_for_loop, "1.77.0 " , Some ( 118898 ) ) ,
360
360
/// Allows builtin # foo() syntax
361
361
( unstable, builtin_syntax, "1.71.0" , Some ( 110680 ) ) ,
362
362
/// Treat `extern "C"` function as nounwind.
@@ -370,7 +370,7 @@ declare_features! (
370
370
/// Allows the use of `#[cfg(sanitize = "option")]`; set when -Zsanitizer is used.
371
371
( unstable, cfg_sanitize, "1.41.0" , Some ( 39699 ) ) ,
372
372
/// 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 ) ) ,
374
374
/// Allows `cfg(target_abi = "...")`.
375
375
( unstable, cfg_target_abi, "1.55.0" , Some ( 80970 ) ) ,
376
376
/// Allows `cfg(target(abi = "..."))`.
@@ -516,7 +516,7 @@ declare_features! (
516
516
( unstable, marker_trait_attr, "1.30.0" , Some ( 29864 ) ) ,
517
517
/// Allows exhaustive pattern matching on types that contain uninhabited types in cases that are
518
518
/// unambiguously sound.
519
- ( incomplete, min_exhaustive_patterns, "CURRENT_RUSTC_VERSION " , Some ( 119612 ) ) ,
519
+ ( incomplete, min_exhaustive_patterns, "1.77.0 " , Some ( 119612 ) ) ,
520
520
/// A minimal, sound subset of specialization intended to be used by the
521
521
/// standard library until the soundness issues with specialization
522
522
/// are fixed.
@@ -552,7 +552,7 @@ declare_features! (
552
552
/// Allows using enums in offset_of!
553
553
( unstable, offset_of_enum, "1.75.0" , Some ( 120141 ) ) ,
554
554
/// 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 ) ) ,
556
556
/// Allows using `#[optimize(X)]`.
557
557
( unstable, optimize_attribute, "1.34.0" , Some ( 54882 ) ) ,
558
558
/// Allows macro attributes on expressions, statements and non-inline modules.
0 commit comments