rust/library/alloc
The 8472 73b36b1404 fix: Drop guard was deallocating with the incorrect size
InPlaceDstBufDrop holds onto the allocation before the shrinking happens
which means it must deallocate the destination elements but the source
allocation.

(cherry picked from commit 5796b3c167)
2024-01-25 11:40:56 -08:00
..
benches remove redundant imports 2023-12-10 10:56:22 +08:00
src fix: Drop guard was deallocating with the incorrect size 2024-01-25 11:40:56 -08:00
tests Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco 2023-12-11 14:33:16 +00:00
Cargo.toml Rename {collections=>alloc}{tests,benches} 2023-11-26 12:04:56 +00:00