Skip to content

Commit a5a5ca0

Browse files
committed
add tracking issue
1 parent 188bbf8 commit a5a5ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_feature/active.rs

+1-1
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", None, None),
583+
(active, min_const_generics, "1.46.0", Some(74878), None),
584584

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

0 commit comments

Comments
 (0)