From 4ee1840c0cb288e505429180c8b0ebee47457837 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Thu, 29 Jul 2021 03:00:52 +0200 Subject: [PATCH] Add tracking issues --- compiler/rustc_feature/src/active.rs | 4 ++-- 1 file 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