Skip to content

Commit 37acbbb

Browse files
committed
make link_llvm_intrinsics feature internal
1 parent bf98263 commit 37acbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/active.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ declare_features! (
236236
/// Allows using the `#[fundamental]` attribute.
237237
(active, fundamental, "1.0.0", Some(29635), None),
238238
/// Allows using `#[link_name="llvm.*"]`.
239-
(active, link_llvm_intrinsics, "1.0.0", Some(29602), None),
239+
(internal, link_llvm_intrinsics, "1.0.0", Some(29602), None),
240240
/// Allows using the `#[linkage = ".."]` attribute.
241241
(active, linkage, "1.0.0", Some(29603), None),
242242
/// Allows declaring with `#![needs_panic_runtime]` that a panic runtime is needed.

0 commit comments

Comments
 (0)