From 029725f139c581e4484460d90d23909d7d4bebc1 Mon Sep 17 00:00:00 2001 From: Dylan MacKenzie Date: Wed, 11 Dec 2019 14:15:56 -0800 Subject: [PATCH] Use correct nightly version for feature --- src/librustc_feature/active.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_feature/active.rs b/src/librustc_feature/active.rs index a4099187762c..20357e5581ab 100644 --- a/src/librustc_feature/active.rs +++ b/src/librustc_feature/active.rs @@ -535,7 +535,7 @@ declare_features! ( (active, const_mut_refs, "1.41.0", Some(57349), None), /// Allows the use of `loop` and `while` in constants. - (active, const_loop, "1.42.0", Some(52000), None), + (active, const_loop, "1.41.0", Some(52000), None), // ------------------------------------------------------------------------- // feature-group-end: actual feature gates