mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 14:43:24 +00:00
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.
This commit is contained in:
commit
9f69e2f8b2
@ -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…
Reference in New Issue
Block a user