@@ -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 = "..."))`.
@@ -514,7 +514,7 @@ declare_features! (
514
514
( unstable, marker_trait_attr, "1.30.0" , Some ( 29864 ) ) ,
515
515
/// Allows exhaustive pattern matching on types that contain uninhabited types in cases that are
516
516
/// unambiguously sound.
517
- ( incomplete, min_exhaustive_patterns, "CURRENT_RUSTC_VERSION " , Some ( 119612 ) ) ,
517
+ ( incomplete, min_exhaustive_patterns, "1.77.0 " , Some ( 119612 ) ) ,
518
518
/// A minimal, sound subset of specialization intended to be used by the
519
519
/// standard library until the soundness issues with specialization
520
520
/// are fixed.
@@ -550,7 +550,7 @@ declare_features! (
550
550
/// Allows using enums in offset_of!
551
551
( unstable, offset_of_enum, "1.75.0" , Some ( 120141 ) ) ,
552
552
/// 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 ) ) ,
554
554
/// Allows using `#[optimize(X)]`.
555
555
( unstable, optimize_attribute, "1.34.0" , Some ( 54882 ) ) ,
556
556
/// Allows macro attributes on expressions, statements and non-inline modules.
0 commit comments