Skip to content

Commit 029725f

Browse files
Use correct nightly version for feature
1 parent 598bed6 commit 029725f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_feature/active.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ declare_features! (
535535
(active, const_mut_refs, "1.41.0", Some(57349), None),
536536

537537
/// Allows the use of `loop` and `while` in constants.
538-
(active, const_loop, "1.42.0", Some(52000), None),
538+
(active, const_loop, "1.41.0", Some(52000), None),
539539

540540
// -------------------------------------------------------------------------
541541
// feature-group-end: actual feature gates

0 commit comments

Comments
 (0)