Skip to content

Commit 4ee1840

Browse files
Add tracking issues
1 parent 3c6678a commit 4ee1840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_feature/src/active.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,10 +678,10 @@ declare_features! (
678678
(active, derive_default_enum, "1.56.0", Some(86985), None),
679679

680680
/// Allows `for _ in _` loops in const contexts.
681-
(active, const_for, "1.55.0", None, None),
681+
(active, const_for, "1.56.0", Some(87575), None),
682682

683683
/// Allows the `?` operator in const contexts.
684-
(active, const_try, "1.55.0", None, None),
684+
(active, const_try, "1.56.0", Some(74935), None),
685685

686686
// -------------------------------------------------------------------------
687687
// feature-group-end: actual feature gates

0 commit comments

Comments
 (0)