Add unsized_locals to INCOMPLETE_FEATURES list

This commit is contained in:
Santiago Pastorino
2020-10-16 19:37:54 -03:00
parent 708fc3b1a2
commit 953d7a64a5
28 changed files with 156 additions and 58 deletions

View File

@@ -632,6 +632,7 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[
sym::specialization,
sym::inline_const,
sym::repr128,
sym::unsized_locals,
];
/// Some features are not allowed to be used together at the same time, if