diff options
| author | Josh Stone <jistone@redhat.com> | 2018-04-02 16:40:53 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2018-04-02 16:40:53 -0700 |
| commit | 9db63bb033271c7b9c9f4315eb6db3314758a33e (patch) | |
| tree | 020638d384914ae48e2d6c6eeb1bf51ca9a68f88 /src/libcore/tests | |
| parent | d8c4c83dadb3a8d539bf0f4ad8260bc87420ca37 (diff) | |
| download | rust-9db63bb033271c7b9c9f4315eb6db3314758a33e.tar.gz rust-9db63bb033271c7b9c9f4315eb6db3314758a33e.zip | |
Stabilize iterator_try_fold in 1.27.0
Diffstat (limited to 'src/libcore/tests')
| -rw-r--r-- | src/libcore/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index 8a34660d556..16150cd82be 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -25,7 +25,6 @@ #![feature(iterator_step_by)] #![cfg_attr(stage0, feature(i128_type))] #![cfg_attr(stage0, feature(inclusive_range_syntax))] -#![feature(iterator_try_fold)] #![feature(iterator_flatten)] #![cfg_attr(stage0, feature(conservative_impl_trait))] #![feature(iterator_repeat_with)] |
