Skip to content

Commit ea8fa36

Browse files
committed
mark const_generics_defaults as an incomplete feature
1 parent 5f4bb46 commit ea8fa36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_feature/src/active.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[
650650
sym::repr128,
651651
sym::unsized_locals,
652652
sym::capture_disjoint_fields,
653+
sym::const_generics_defaults,
653654
];
654655

655656
/// Some features are not allowed to be used together at the same time, if

0 commit comments

Comments
 (0)