From ea8fa36bb47f77bf0e339cc4f8b00f183d913f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Rakic?= Date: Thu, 31 Dec 2020 02:02:49 +0100 Subject: [PATCH] mark `const_generics_defaults` as an incomplete feature --- compiler/rustc_feature/src/active.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 6d8443a75e7..252e96b47c6 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -650,6 +650,7 @@ pub fn set(&self, features: &mut Features, span: Span) { sym::repr128, sym::unsized_locals, sym::capture_disjoint_fields, + sym::const_generics_defaults, ]; /// Some features are not allowed to be used together at the same time, if -- GitLab