Remove lifetime_capture_rules_2024 feature

This commit is contained in:
Michael Goulet
2025-02-09 19:09:43 +00:00
parent a26e97be88
commit 6fe8b8d4a0
12 changed files with 35 additions and 78 deletions

View File

@@ -214,8 +214,6 @@ declare_features! (
(internal, intrinsics, "1.0.0", None),
/// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
(internal, lang_items, "1.0.0", None),
/// Changes `impl Trait` to capture all lifetimes in scope.
(unstable, lifetime_capture_rules_2024, "1.76.0", None),
/// Allows `#[link(..., cfg(..))]`; perma-unstable per #37406
(internal, link_cfg, "1.14.0", None),
/// Allows using `?Trait` trait bounds in more contexts.