@@ -204,7 +204,7 @@ declare_features! (
204204 /// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
205205 ( internal, lang_items, "1.0.0" , None ) ,
206206 /// 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 ) ,
208208 /// Allows `#[link(..., cfg(..))]`; perma-unstable per #37406
209209 ( unstable, link_cfg, "1.14.0" , None ) ,
210210 /// Allows the `multiple_supertrait_upcastable` lint.
@@ -468,7 +468,7 @@ declare_features! (
468468 /// Allows using `#[repr(align(...))]` on function items
469469 ( unstable, fn_align, "1.53.0" , Some ( 82232 ) ) ,
470470 /// 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 ) ) ,
472472 /// Allows defining gen blocks and `gen fn`.
473473 ( unstable, gen_blocks, "1.75.0" , Some ( 117078 ) ) ,
474474 /// Infer generic args for both consts and types.
@@ -505,7 +505,7 @@ declare_features! (
505505 ( unstable, let_chains, "1.37.0" , Some ( 53667 ) ) ,
506506 /// Allows using `#[link(kind = "link-arg", name = "...")]`
507507 /// 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 ) ) ,
509509 /// Allows using `reason` in lint attributes and the `#[expect(lint)]` lint check.
510510 ( unstable, lint_reasons, "1.31.0" , Some ( 54503 ) ) ,
511511 /// Give access to additional metadata about declarative macro meta-variables.
@@ -527,7 +527,7 @@ declare_features! (
527527 /// Allow negative trait implementations.
528528 ( unstable, negative_impls, "1.44.0" , Some ( 68318 ) ) ,
529529 /// Allows the `!` pattern.
530- ( incomplete, never_patterns, "CURRENT_RUSTC_VERSION " , Some ( 118155 ) ) ,
530+ ( incomplete, never_patterns, "1.76.0 " , Some ( 118155 ) ) ,
531531 /// Allows the `!` type. Does not imply 'exhaustive_patterns' (below) any more.
532532 ( unstable, never_type, "1.13.0" , Some ( 35121 ) ) ,
533533 /// Allows diverging expressions to fall back to `!` rather than `()`.
0 commit comments