make link_llvm_intrinsics feature internal
This commit is contained in:
parent
bf982631df
commit
37acbbb4b5
@ -236,7 +236,7 @@ pub fn set(&self, features: &mut Features, span: Span) {
|
||||
/// Allows using the `#[fundamental]` attribute.
|
||||
(active, fundamental, "1.0.0", Some(29635), None),
|
||||
/// Allows using `#[link_name="llvm.*"]`.
|
||||
(active, link_llvm_intrinsics, "1.0.0", Some(29602), None),
|
||||
(internal, link_llvm_intrinsics, "1.0.0", Some(29602), None),
|
||||
/// Allows using the `#[linkage = ".."]` attribute.
|
||||
(active, linkage, "1.0.0", Some(29603), None),
|
||||
/// Allows declaring with `#![needs_panic_runtime]` that a panic runtime is needed.
|
||||
|
Loading…
Reference in New Issue
Block a user