Skip to content

Commit

Permalink
remove native_link_modifiers from the list of incomplete features.
Browse files Browse the repository at this point in the history
  • Loading branch information
12101111 committed May 23, 2021
1 parent 0f8cd43 commit a90ec5d
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 a90ec5d

Please sign in to comment.