mark const_generics_defaults as an incomplete feature

This commit is contained in:
Rémy Rakic
2020-12-31 02:02:49 +01:00
parent 5f4bb468c1
commit ea8fa36bb4
+1
View File
@@ -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