diff options
| author | bors <bors@rust-lang.org> | 2021-05-23 22:06:53 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-05-23 22:06:53 +0000 |
| commit | 9f69e2f8b27656a8149609196d4bc561203b5ad6 (patch) | |
| tree | e4643d23e131871cbfed117c6cce30cdd326381a | |
| parent | f64503eb555475d65ae5503ef22439ca5dd394fd (diff) | |
| parent | a90ec5d492d0fe37e1e4805aa949ba6084a96c6e (diff) | |
| download | rust-9f69e2f8b27656a8149609196d4bc561203b5ad6.tar.gz rust-9f69e2f8b27656a8149609196d4bc561203b5ad6.zip | |
Auto merge of #85606 - 12101111:link_modifiers, r=petrochenkov
remove native_link_modifiers from the list of incomplete features. These features are fully implemented and not incomplete. The tracking issue of them is https://github.com/rust-lang/rust/issues/81490. The implement PR is https://github.com/rust-lang/rust/pull/83507.
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 62d81304134..ac1974eb4c6 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -694,11 +694,6 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[ sym::capture_disjoint_fields, sym::inherent_associated_types, sym::type_alias_impl_trait, - sym::native_link_modifiers, - sym::native_link_modifiers_bundle, - sym::native_link_modifiers_verbatim, - sym::native_link_modifiers_whole_archive, - sym::native_link_modifiers_as_needed, sym::rustc_insignificant_dtor, sym::unnamed_fields, ]; |
