Skip to content

Commit

Permalink
Unrolled build for rust-lang#130556
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#130556 - Urgau:link_cfg_internal, r=jieyouxu

Mark the `link_cfg` feature as internal

This PR marks the `link_cfg` feature as internal because it's a perme-unstable feature, only used by `core`/`std`and `unwind`.
  • Loading branch information
rust-timer authored Sep 19, 2024
2 parents 749f80a + b67485e commit e8c9599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/unstable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ declare_features! (
/// 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
(unstable, link_cfg, "1.14.0", None),
(internal, link_cfg, "1.14.0", None),
/// Allows using `?Trait` trait bounds in more contexts.
(internal, more_maybe_bounds, "1.82.0", None),
/// Allows the `multiple_supertrait_upcastable` lint.
Expand Down

0 comments on commit e8c9599

Please sign in to comment.