Make link_cfg internal because it's in perme-unstable

This commit is contained in:
Urgau 2024-09-19 15:56:27 +02:00
parent b7b9453ea7
commit b67485e196

View File

@ -204,7 +204,7 @@ pub fn internal(&self, feature: Symbol) -> bool {
/// Changes `impl Trait` to capture all lifetimes in scope. /// Changes `impl Trait` to capture all lifetimes in scope.
(unstable, lifetime_capture_rules_2024, "1.76.0", None), (unstable, lifetime_capture_rules_2024, "1.76.0", None),
/// Allows `#[link(..., cfg(..))]`; perma-unstable per #37406 /// Allows `#[link(..., cfg(..))]`; perma-unstable per #37406
(unstable, link_cfg, "1.14.0", None), (internal, link_cfg, "1.14.0", None),
/// Allows using `?Trait` trait bounds in more contexts. /// Allows using `?Trait` trait bounds in more contexts.
(internal, more_maybe_bounds, "1.82.0", None), (internal, more_maybe_bounds, "1.82.0", None),
/// Allows the `multiple_supertrait_upcastable` lint. /// Allows the `multiple_supertrait_upcastable` lint.