about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2021-05-18 19:35:40 +0200
committerGitHub <noreply@github.com>2021-05-18 19:35:40 +0200
commitaa10380f3b8aef6db5908d4c3770d8e6ca964b1f (patch)
tree7e95498db15a6268cf3dd259a169e6e44c221d6d /compiler
parentc9b6bb92798108dfa4f8ae93a961aa95163b2df6 (diff)
parentaec611c08d4b0d51a0d294b8ac39cc0a6c345ca6 (diff)
downloadrust-aa10380f3b8aef6db5908d4c3770d8e6ca964b1f.tar.gz
rust-aa10380f3b8aef6db5908d4c3770d8e6ca964b1f.zip
Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnr
Make `const_generics_defaults` not an incomplete feature

r? `@lcnr`
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_feature/src/active.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index 80fe5bafc6e..b3a6fb3c808 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -698,7 +698,6 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[
     sym::repr128,
     sym::unsized_locals,
     sym::capture_disjoint_fields,
-    sym::const_generics_defaults,
     sym::inherent_associated_types,
     sym::type_alias_impl_trait,
     sym::native_link_modifiers,