mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
mark const_generics_defaults
as an incomplete feature
This commit is contained in:
parent
5f4bb468c1
commit
ea8fa36bb4
@ -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…
Reference in New Issue
Block a user