diff options
| author | bors <bors@rust-lang.org> | 2017-06-30 22:14:56 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-06-30 22:14:56 +0000 |
| commit | 7d89b20669be33c2388ad97a3ee90fca4e5684ec (patch) | |
| tree | 50bb240425e428a1e8ea354e2997d582a03f66dd /src/libcore | |
| parent | 37849a002ed91ac2b80aeb2172364b4e19250e05 (diff) | |
| parent | bda06de5dc96c6c4af825286da1df6849a73254e (diff) | |
| download | rust-7d89b20669be33c2388ad97a3ee90fca4e5684ec.tar.gz rust-7d89b20669be33c2388ad97a3ee90fca4e5684ec.zip | |
Auto merge of #42995 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 6 pull requests - Successful merges: #42669, #42911, #42925, #42957, #42985, #42987 - Failed merges: #42936
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/iter/iterator.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/iter/iterator.rs b/src/libcore/iter/iterator.rs index 26660cb3331..d9887094fef 100644 --- a/src/libcore/iter/iterator.rs +++ b/src/libcore/iter/iterator.rs @@ -522,7 +522,7 @@ pub trait Iterator { /// .for_each(|(i, x)| println!("{}:{}", i, x)); /// ``` #[inline] - #[unstable(feature = "iterator_for_each", issue = "0")] + #[unstable(feature = "iterator_for_each", issue = "42986")] fn for_each<F>(self, mut f: F) where Self: Sized, F: FnMut(Self::Item), { |
