diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2020-12-31 02:02:49 +0100 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2021-01-01 10:55:16 +0100 |
| commit | ea8fa36bb47f77bf0e339cc4f8b00f183d913f3a (patch) | |
| tree | 8a9bd975f17a2ee851168340e8d9460af88efa2a | |
| parent | 5f4bb468c1750ade685d168e25cc876bb6d73f8f (diff) | |
| download | rust-ea8fa36bb47f77bf0e339cc4f8b00f183d913f3a.tar.gz rust-ea8fa36bb47f77bf0e339cc4f8b00f183d913f3a.zip | |
mark `const_generics_defaults` as an incomplete feature
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 6d8443a75e7..252e96b47c6 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -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 |
