diff options
| author | Smitty <me@smitop.com> | 2021-06-18 16:51:10 -0400 |
|---|---|---|
| committer | Smitty <me@smitop.com> | 2021-06-28 13:14:30 -0400 |
| commit | 1abb5bc992f0ab95ec507aa4b4feed12ec5a4450 (patch) | |
| tree | 1ee12e9ff26d4e281e4bad2350b01dd4e691e040 /compiler/rustc_feature/src/active.rs | |
| parent | 17ea490310ba7c836c93fe1b7002555b3bea5eb1 (diff) | |
| download | rust-1abb5bc992f0ab95ec507aa4b4feed12ec5a4450.tar.gz rust-1abb5bc992f0ab95ec507aa4b4feed12ec5a4450.zip | |
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.
Diffstat (limited to 'compiler/rustc_feature/src/active.rs')
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 56a320c8d3b..f251127b46c 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -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, ]; |
