Add lifetime_capture_rules_2024 · rust-lang/rust@0ad160a (original) (raw)
`@@ -195,6 +195,8 @@ declare_features! (
`
195
195
`(internal, intrinsics, "1.0.0", None, None),
`
196
196
`` /// Allows using #[lang = ".."]
attribute for linking items to special compiler logic.
``
197
197
`(internal, lang_items, "1.0.0", None, None),
`
``
198
`` +
/// Changes impl Trait
to capture all lifetimes in scope.
``
``
199
`+
(unstable, lifetime_capture_rules_2024, "CURRENT_RUSTC_VERSION", None, None),
`
198
200
`` /// Allows #[link(..., cfg(..))]
; perma-unstable per #37406
``
199
201
`(unstable, link_cfg, "1.14.0", None, None),
`
200
202
`` /// Allows the multiple_supertrait_upcastable
lint.
``