1
Fork 0

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
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
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