mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
mark const_generics_defaults as an incomplete feature
This commit is contained in:
@@ -650,6 +650,7 @@ pub fn set(&self, features: &mut Features, span: Span) {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user