Add unsized_locals to INCOMPLETE_FEATURES list
This commit is contained in:
parent
708fc3b1a2
commit
953d7a64a5
28 changed files with 156 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue