@@ -327,7 +327,7 @@ declare_features! (
327327 (unstable, m68k_target_feature, "1.85.0", Some(134328)),
328328 (unstable, mips_target_feature, "1.27.0", Some(44839)),
329329 (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)),
331331 (unstable, powerpc_target_feature, "1.27.0", Some(44839)),
332332 (unstable, prfchw_target_feature, "1.78.0", Some(44839)),
333333 (unstable, riscv_target_feature, "1.45.0", Some(44839)),
@@ -471,7 +471,7 @@ declare_features! (
471471 /// Allows deref patterns.
472472 (incomplete, deref_patterns, "1.79.0", Some(87121)),
473473 /// 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)),
475475 /// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
476476 (unstable, doc_auto_cfg, "1.58.0", Some(43781)),
477477 /// Allows `#[doc(cfg(...))]`.
@@ -481,7 +481,7 @@ declare_features! (
481481 /// Allows `#[doc(masked)]`.
482482 (unstable, doc_masked, "1.21.0", Some(44027)),
483483 /// 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)),
485485 /// Allows the .use postfix syntax `x.use` and use closures `use |x| { ... }`
486486 (incomplete, ergonomic_clones, "1.87.0", Some(132290)),
487487 /// Allows exhaustive pattern matching on types that contain uninhabited types.
@@ -554,9 +554,9 @@ declare_features! (
554554 /// Allows fused `loop`/`match` for direct intraprocedural jumps.
555555 (incomplete, loop_match, "1.90.0", Some(132306)),
556556 /// Allow `macro_rules!` attribute rules
557- (unstable, macro_attr, "CURRENT_RUSTC_VERSION ", Some(83527)),
557+ (unstable, macro_attr, "1.91.0 ", Some(83527)),
558558 /// Allow `macro_rules!` derive rules
559- (unstable, macro_derive, "CURRENT_RUSTC_VERSION ", Some(143549)),
559+ (unstable, macro_derive, "1.91.0 ", Some(143549)),
560560 /// Give access to additional metadata about declarative macro meta-variables.
561561 (unstable, macro_metavar_expr, "1.61.0", Some(83527)),
562562 /// Provides a way to concatenate identifiers using metavariable expressions.
@@ -613,7 +613,7 @@ declare_features! (
613613 (unstable, proc_macro_hygiene, "1.30.0", Some(54727)),
614614 /// Allows the use of raw-dylibs on ELF platforms
615615 (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)),
617617 /// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024.
618618 (incomplete, ref_pat_eat_one_layer_2024, "1.79.0", Some(123076)),
619619 /// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024—structural variant
@@ -627,13 +627,13 @@ declare_features! (
627627 /// Allows `extern "rust-cold"`.
628628 (unstable, rust_cold_cc, "1.63.0", Some(97544)),
629629 /// Allows the use of the `sanitize` attribute.
630- (unstable, sanitize, "CURRENT_RUSTC_VERSION ", Some(39699)),
630+ (unstable, sanitize, "1.91.0 ", Some(39699)),
631631 /// Allows the use of SIMD types in functions declared in `extern` blocks.
632632 (unstable, simd_ffi, "1.0.0", Some(27731)),
633633 /// Allows specialization of implementations (RFC 1210).
634634 (incomplete, specialization, "1.7.0", Some(31844)),
635635 /// 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)),
637637 /// Allows attributes on expressions and non-item statements.
638638 (unstable, stmt_expr_attributes, "1.6.0", Some(15701)),
639639 /// Allows lints part of the strict provenance effort.
@@ -645,7 +645,7 @@ declare_features! (
645645 /// Allows subtrait items to shadow supertrait items.
646646 (unstable, supertrait_item_shadowing, "1.86.0", Some(89151)),
647647 /// 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)),
649649 /// Allows using `#[thread_local]` on `static` items.
650650 (unstable, thread_local, "1.0.0", Some(29594)),
651651 /// Allows defining `trait X = A + B;` alias items.
0 commit comments