rust/library/alloc/tests
Yuki Okushi f923f73b9a
Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se
Update standard library for IntoIterator implementation of arrays

This PR partially resolves issue #84513 of updating the standard library part.

I haven't found any remaining doctest examples which are using iterators over e.g. &i32 instead of just i32 in the standard library. Can anyone point me to them if there's remaining any?

Thanks!

r? ```@m-ou-se```
2021-06-06 19:11:19 +09:00
..
arc.rs Add Weak may_dangle tests 2021-05-20 19:42:29 -07:00
binary_heap.rs Add better test for BinaryHeap::retain. 2021-04-22 14:24:30 +02:00
borrow.rs
boxed.rs
btree_set_hash.rs
cow_str.rs
fmt.rs Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se 2021-03-27 10:40:16 +00:00
heap.rs
lib.rs Stabilize vecdeque_binary_search 2021-06-02 20:50:15 +02:00
linked_list.rs
rc.rs Add Weak may_dangle tests 2021-05-20 19:42:29 -07:00
slice.rs Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
str.rs Fixes #80335 2021-02-03 16:36:33 -05:00
string.rs Implement String::remove_matches 2021-03-05 11:27:58 -05:00
vec_deque.rs VecDeque: Add partition_point() #78021 2021-04-15 23:23:23 +02:00
vec.rs Update expressions where we can use array's IntoIterator implementation 2021-06-02 16:09:04 +06:00