Skip to content

Commit ad6d237

Browse files
authored
fix min_const_generics version
1 parent c92fc8d commit ad6d237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_feature/active.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ declare_features! (
580580
(active, const_fn_transmute, "1.46.0", Some(53605), None),
581581

582582
/// The smallest useful subset of `const_generics`.
583-
(active, min_const_generics, "1.46.0", Some(74878), None),
583+
(active, min_const_generics, "1.47.0", Some(74878), None),
584584

585585
// -------------------------------------------------------------------------
586586
// feature-group-end: actual feature gates

0 commit comments

Comments
 (0)