Don't make rustc_insignificant_dtor
feature gate
This isn't a feature gate, it's an attribute that is feature gated behind the `rustc_attrs` attribute. Closes #85680.
This commit is contained in:
parent
17ea490310
commit
1abb5bc992
3 changed files with 11 additions and 1 deletions
|
@ -692,7 +692,6 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[
|
|||
sym::capture_disjoint_fields,
|
||||
sym::inherent_associated_types,
|
||||
sym::type_alias_impl_trait,
|
||||
sym::rustc_insignificant_dtor,
|
||||
sym::unnamed_fields,
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue