Skip to content

Commit

Permalink
Add tracking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Jul 29, 2021
1 parent 3c6678a commit 4ee1840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_feature/src/active.rs
Expand Up @@ -678,10 +678,10 @@ declare_features! (
(active, derive_default_enum, "1.56.0", Some(86985), None),

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

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

// -------------------------------------------------------------------------
// feature-group-end: actual feature gates
Expand Down

0 comments on commit 4ee1840

Please sign in to comment.