mark const_generics_defaults
as an incomplete feature
This commit is contained in:
parent
5f4bb468c1
commit
ea8fa36bb4
1 changed files with 1 additions and 0 deletions
|
@ -650,6 +650,7 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue