Skip to content

Commit 55f2490

Browse files
authored
Rollup merge of rust-lang#75290 - rust-lang:min_const_generics-version, r=jonas-schievink
fix `min_const_generics` version rust-lang#74877 (comment) > This should be 1.47.0
2 parents 3038ecb + ad6d237 commit 55f2490

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)