Files
rust/library/alloc
Markus Everling a07453adef Fix VecDeque::shrink_to and add tests.
This adds both a test specific to #108453 as well as an exhaustive test
that goes through all possible combinations of head index, length and target capacity
for a deque with capacity 16.

(cherry picked from commit 9e22516877)
2023-03-03 09:32:47 -08:00
..