Skip to content

Commit b67485e

Browse files
committed
Make link_cfg internal because it's in perme-unstable
1 parent b7b9453 commit b67485e

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)