rust/library/alloc/tests
the8472 7cb4e5180f from review: more robust test
This also checks the contents and not only the capacity in case IntoIter's clone implementation is changed to add capacity at the end. Extra capacity at the beginning would be needed to make InPlaceIterable work.

Co-authored-by: Giacomo Stevanato <giaco.stevanato@gmail.com>
2021-05-19 01:41:12 +02:00
..
arc.rs
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 vec_extend_from_within 2021-04-28 07:27:06 +01:00
linked_list.rs
rc.rs
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 from review: more robust test 2021-05-19 01:41:12 +02:00