Vec backing buffer leaks on panic during into_iter
#69770
Labels
A-collections
Area: `std::collection`
C-bug
Category: This is a bug.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
When running the
test_into_iter_leak
test in Miri, it complains about a memory leak:Given that the leaked allocation contains "00 01 00", that seems a lot like the backing store of a
Vec
with initial contentD(false), D(true), D(false)
.The text was updated successfully, but these errors were encountered: