Rollup merge of #75290 - rust-lang:min_const_generics-version, r=jonas-schievink

fix `min_const_generics` version

https://github.com/rust-lang/rust/pull/74877#discussion_r467451813

> This should be 1.47.0
This commit is contained in:
Yuki Okushi 2020-08-09 06:41:35 +09:00 committed by GitHub
commit 55f2490a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -580,7 +580,7 @@ declare_features! (
(active, const_fn_transmute, "1.46.0", Some(53605), None),
/// The smallest useful subset of `const_generics`.
(active, min_const_generics, "1.46.0", Some(74878), None),
(active, min_const_generics, "1.47.0", Some(74878), None),
// -------------------------------------------------------------------------
// feature-group-end: actual feature gates