about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustc_feature/active.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_feature/active.rs b/src/librustc_feature/active.rs
index a4099187762..20357e5581a 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