diff options
| author | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2019-12-11 14:15:56 -0800 |
|---|---|---|
| committer | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2019-12-13 10:39:15 -0800 |
| commit | 029725f139c581e4484460d90d23909d7d4bebc1 (patch) | |
| tree | 4323d29243cec86f09c24426fae93531e5209124 | |
| parent | 598bed6f5124ceef83d69256d7e15ec404dda439 (diff) | |
| download | rust-029725f139c581e4484460d90d23909d7d4bebc1.tar.gz rust-029725f139c581e4484460d90d23909d7d4bebc1.zip | |
Use correct nightly version for feature
| -rw-r--r-- | src/librustc_feature/active.rs | 2 |
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 |
