about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorthe8472 <the8472@users.noreply.github.com>2021-09-21 22:54:01 +0200
committerGitHub <noreply@github.com>2021-09-21 22:54:01 +0200
commitd7de8d2b53663f67b39f7d428b69f10df1711e05 (patch)
tree7d7e55a3e3ad83ec3bed03f914df1b0553509355 /compiler/rustc_data_structures
parent9f50c87267d967084ef5124db07d175306efbb71 (diff)
parent71e2eacc7bedeba7ca851164d0485c7e635a6697 (diff)
downloadrust-d7de8d2b53663f67b39f7d428b69f10df1711e05.tar.gz
rust-d7de8d2b53663f67b39f7d428b69f10df1711e05.zip
Rollup merge of #89086 - WaffleLapkin:stabilize_iter_map_while, r=kennytm
Stabilize `Iterator::map_while`

Per the FCP: https://github.com/rust-lang/rust/issues/68537#issuecomment-922385035

This PR stabilizes `Iterator::map_while` and `iter::MapWhile` in Rust 1.57.
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index dd6a17b92ae..b1f04bfbf0a 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -18,7 +18,6 @@
 #![feature(extend_one)]
 #![feature(hash_raw_entry)]
 #![feature(in_band_lifetimes)]
-#![feature(iter_map_while)]
 #![feature(maybe_uninit_uninit_array)]
 #![feature(min_specialization)]
 #![feature(never_type)]