Skip to content

Commit a90ec5d

Browse files
committed
remove native_link_modifiers from the list of incomplete features.
1 parent 0f8cd43 commit a90ec5d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/rustc_feature/src/active.rs

-5
Original file line numberDiff line numberDiff line change
@@ -694,11 +694,6 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[
694694
sym::capture_disjoint_fields,
695695
sym::inherent_associated_types,
696696
sym::type_alias_impl_trait,
697-
sym::native_link_modifiers,
698-
sym::native_link_modifiers_bundle,
699-
sym::native_link_modifiers_verbatim,
700-
sym::native_link_modifiers_whole_archive,
701-
sym::native_link_modifiers_as_needed,
702697
sym::rustc_insignificant_dtor,
703698
sym::unnamed_fields,
704699
];

0 commit comments

Comments
 (0)