@@ -204,7 +204,7 @@ declare_features! (
204
204
/// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
205
205
( internal, lang_items, "1.0.0" , None ) ,
206
206
/// Changes `impl Trait` to capture all lifetimes in scope.
207
- ( unstable, lifetime_capture_rules_2024, "CURRENT_RUSTC_VERSION " , None ) ,
207
+ ( unstable, lifetime_capture_rules_2024, "1.76.0 " , None ) ,
208
208
/// Allows `#[link(..., cfg(..))]`; perma-unstable per #37406
209
209
( unstable, link_cfg, "1.14.0" , None ) ,
210
210
/// Allows the `multiple_supertrait_upcastable` lint.
@@ -468,7 +468,7 @@ declare_features! (
468
468
/// Allows using `#[repr(align(...))]` on function items
469
469
( unstable, fn_align, "1.53.0" , Some ( 82232 ) ) ,
470
470
/// Support delegating implementation of functions to other already implemented functions.
471
- ( incomplete, fn_delegation, "CURRENT_RUSTC_VERSION " , Some ( 118212 ) ) ,
471
+ ( incomplete, fn_delegation, "1.76.0 " , Some ( 118212 ) ) ,
472
472
/// Allows defining gen blocks and `gen fn`.
473
473
( unstable, gen_blocks, "1.75.0" , Some ( 117078 ) ) ,
474
474
/// Infer generic args for both consts and types.
@@ -505,7 +505,7 @@ declare_features! (
505
505
( unstable, let_chains, "1.37.0" , Some ( 53667 ) ) ,
506
506
/// Allows using `#[link(kind = "link-arg", name = "...")]`
507
507
/// to pass custom arguments to the linker.
508
- ( unstable, link_arg_attribute, "CURRENT_RUSTC_VERSION " , Some ( 99427 ) ) ,
508
+ ( unstable, link_arg_attribute, "1.76.0 " , Some ( 99427 ) ) ,
509
509
/// Allows using `reason` in lint attributes and the `#[expect(lint)]` lint check.
510
510
( unstable, lint_reasons, "1.31.0" , Some ( 54503 ) ) ,
511
511
/// Give access to additional metadata about declarative macro meta-variables.
@@ -527,7 +527,7 @@ declare_features! (
527
527
/// Allow negative trait implementations.
528
528
( unstable, negative_impls, "1.44.0" , Some ( 68318 ) ) ,
529
529
/// Allows the `!` pattern.
530
- ( incomplete, never_patterns, "CURRENT_RUSTC_VERSION " , Some ( 118155 ) ) ,
530
+ ( incomplete, never_patterns, "1.76.0 " , Some ( 118155 ) ) ,
531
531
/// Allows the `!` type. Does not imply 'exhaustive_patterns' (below) any more.
532
532
( unstable, never_type, "1.13.0" , Some ( 35121 ) ) ,
533
533
/// Allows diverging expressions to fall back to `!` rather than `()`.
0 commit comments