Use correct nightly version for feature

This commit is contained in:
Dylan MacKenzie 2019-12-11 14:15:56 -08:00
parent 598bed6f51
commit 029725f139

View file

@ -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