Skip to content

Commit

Permalink
fix min_const_generics version
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr authored Aug 8, 2020
1 parent c92fc8d commit ad6d237
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 ad6d237

Please sign in to comment.