diff options
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 9faed49c88b..1ec9a0518b8 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -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 |
