1
Fork 0

fix min_const_generics version

This commit is contained in:
Bastian Kauschke 2020-08-08 13:35:42 +02:00 committed by GitHub
parent c92fc8db8b
commit ad6d23777b
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), (active, const_fn_transmute, "1.46.0", Some(53605), None),
/// The smallest useful subset of `const_generics`. /// 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 // feature-group-end: actual feature gates