Skip to content

Commit

Permalink
Rollup merge of #75290 - rust-lang:min_const_generics-version, r=jona…
Browse files Browse the repository at this point in the history
…s-schievink

fix `min_const_generics` version

#74877 (comment)

> This should be 1.47.0
  • Loading branch information
JohnTitor committed Aug 8, 2020
2 parents 3038ecb + ad6d237 commit 55f2490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_feature/active.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55f2490

Please sign in to comment.