Skip to content

Commit 9f0d32c

Browse files
authored
Rollup merge of #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`.
2 parents 553c20c + b67485e commit 9f0d32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/unstable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ declare_features! (
204204
/// Changes `impl Trait` to capture all lifetimes in scope.
205205
(unstable, lifetime_capture_rules_2024, "1.76.0", None),
206206
/// Allows `#[link(..., cfg(..))]`; perma-unstable per #37406
207-
(unstable, link_cfg, "1.14.0", None),
207+
(internal, link_cfg, "1.14.0", None),
208208
/// Allows using `?Trait` trait bounds in more contexts.
209209
(internal, more_maybe_bounds, "1.82.0", None),
210210
/// Allows the `multiple_supertrait_upcastable` lint.

0 commit comments

Comments
 (0)