@@ -327,7 +327,7 @@ declare_features! (
327
327
( unstable, m68k_target_feature, "1.85.0" , Some ( 134328 ) ) ,
328
328
( unstable, mips_target_feature, "1.27.0" , Some ( 44839 ) ) ,
329
329
( unstable, movrs_target_feature, "1.88.0" , Some ( 137976 ) ) ,
330
- ( unstable, nvptx_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 44839 ) ) ,
330
+ ( unstable, nvptx_target_feature, "1.91.0 " , Some ( 44839 ) ) ,
331
331
( unstable, powerpc_target_feature, "1.27.0" , Some ( 44839 ) ) ,
332
332
( unstable, prfchw_target_feature, "1.78.0" , Some ( 44839 ) ) ,
333
333
( unstable, riscv_target_feature, "1.45.0" , Some ( 44839 ) ) ,
@@ -471,7 +471,7 @@ declare_features! (
471
471
/// Allows deref patterns.
472
472
( incomplete, deref_patterns, "1.79.0" , Some ( 87121 ) ) ,
473
473
/// Allows deriving the From trait on single-field structs.
474
- ( unstable, derive_from, "CURRENT_RUSTC_VERSION " , Some ( 144889 ) ) ,
474
+ ( unstable, derive_from, "1.91.0 " , Some ( 144889 ) ) ,
475
475
/// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
476
476
( unstable, doc_auto_cfg, "1.58.0" , Some ( 43781 ) ) ,
477
477
/// Allows `#[doc(cfg(...))]`.
@@ -481,7 +481,7 @@ declare_features! (
481
481
/// Allows `#[doc(masked)]`.
482
482
( unstable, doc_masked, "1.21.0" , Some ( 44027 ) ) ,
483
483
/// Allows features to allow target_feature to better interact with traits.
484
- ( incomplete, effective_target_features, "CURRENT_RUSTC_VERSION " , Some ( 143352 ) ) ,
484
+ ( incomplete, effective_target_features, "1.91.0 " , Some ( 143352 ) ) ,
485
485
/// Allows the .use postfix syntax `x.use` and use closures `use |x| { ... }`
486
486
( incomplete, ergonomic_clones, "1.87.0" , Some ( 132290 ) ) ,
487
487
/// Allows exhaustive pattern matching on types that contain uninhabited types.
@@ -554,9 +554,9 @@ declare_features! (
554
554
/// Allows fused `loop`/`match` for direct intraprocedural jumps.
555
555
( incomplete, loop_match, "1.90.0" , Some ( 132306 ) ) ,
556
556
/// Allow `macro_rules!` attribute rules
557
- ( unstable, macro_attr, "CURRENT_RUSTC_VERSION " , Some ( 83527 ) ) ,
557
+ ( unstable, macro_attr, "1.91.0 " , Some ( 83527 ) ) ,
558
558
/// Allow `macro_rules!` derive rules
559
- ( unstable, macro_derive, "CURRENT_RUSTC_VERSION " , Some ( 143549 ) ) ,
559
+ ( unstable, macro_derive, "1.91.0 " , Some ( 143549 ) ) ,
560
560
/// Give access to additional metadata about declarative macro meta-variables.
561
561
( unstable, macro_metavar_expr, "1.61.0" , Some ( 83527 ) ) ,
562
562
/// Provides a way to concatenate identifiers using metavariable expressions.
@@ -613,7 +613,7 @@ declare_features! (
613
613
( unstable, proc_macro_hygiene, "1.30.0" , Some ( 54727 ) ) ,
614
614
/// Allows the use of raw-dylibs on ELF platforms
615
615
( incomplete, raw_dylib_elf, "1.87.0" , Some ( 135694 ) ) ,
616
- ( unstable, reborrow, "CURRENT_RUSTC_VERSION " , Some ( 145612 ) ) ,
616
+ ( unstable, reborrow, "1.91.0 " , Some ( 145612 ) ) ,
617
617
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024.
618
618
( incomplete, ref_pat_eat_one_layer_2024, "1.79.0" , Some ( 123076 ) ) ,
619
619
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024—structural variant
@@ -627,13 +627,13 @@ declare_features! (
627
627
/// Allows `extern "rust-cold"`.
628
628
( unstable, rust_cold_cc, "1.63.0" , Some ( 97544 ) ) ,
629
629
/// Allows the use of the `sanitize` attribute.
630
- ( unstable, sanitize, "CURRENT_RUSTC_VERSION " , Some ( 39699 ) ) ,
630
+ ( unstable, sanitize, "1.91.0 " , Some ( 39699 ) ) ,
631
631
/// Allows the use of SIMD types in functions declared in `extern` blocks.
632
632
( unstable, simd_ffi, "1.0.0" , Some ( 27731 ) ) ,
633
633
/// Allows specialization of implementations (RFC 1210).
634
634
( incomplete, specialization, "1.7.0" , Some ( 31844 ) ) ,
635
635
/// Allows using `#[rustc_align_static(...)]` on static items.
636
- ( unstable, static_align, "CURRENT_RUSTC_VERSION " , Some ( 146177 ) ) ,
636
+ ( unstable, static_align, "1.91.0 " , Some ( 146177 ) ) ,
637
637
/// Allows attributes on expressions and non-item statements.
638
638
( unstable, stmt_expr_attributes, "1.6.0" , Some ( 15701 ) ) ,
639
639
/// Allows lints part of the strict provenance effort.
@@ -645,7 +645,7 @@ declare_features! (
645
645
/// Allows subtrait items to shadow supertrait items.
646
646
( unstable, supertrait_item_shadowing, "1.86.0" , Some ( 89151 ) ) ,
647
647
/// Allows the use of target_feature when a function is marked inline(always).
648
- ( unstable, target_feature_inline_always, "CURRENT_RUSTC_VERSION " , Some ( 145574 ) ) ,
648
+ ( unstable, target_feature_inline_always, "1.91.0 " , Some ( 145574 ) ) ,
649
649
/// Allows using `#[thread_local]` on `static` items.
650
650
( unstable, thread_local, "1.0.0" , Some ( 29594 ) ) ,
651
651
/// Allows defining `trait X = A + B;` alias items.
0 commit comments