Skip to content

Commit

Permalink
Auto merge of rust-lang#85606 - 12101111:link_modifiers, r=petrochenkov
Browse files Browse the repository at this point in the history
remove native_link_modifiers from the list of incomplete features.

These features are fully implemented and not incomplete.
The tracking issue of them is rust-lang#81490.
The implement PR is rust-lang#83507.
  • Loading branch information
bors committed May 23, 2021
2 parents f64503e + a90ec5d commit 9f69e2f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compiler/rustc_feature/src/active.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];
Expand Down

0 comments on commit 9f69e2f

Please sign in to comment.