From 1abb5bc992f0ab95ec507aa4b4feed12ec5a4450 Mon Sep 17 00:00:00 2001 From: Smitty Date: Fri, 18 Jun 2021 16:51:10 -0400 Subject: 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. --- compiler/rustc_feature/src/active.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_feature/src/active.rs') 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, ]; -- cgit 1.4.1-3-g733a5