remove native_link_modifiers from the list of incomplete features.
This commit is contained in:
parent
0f8cd43ee8
commit
a90ec5d492
1 changed files with 0 additions and 5 deletions
|
@ -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,
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue