Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #127659 - saethlin:manually-drop-bufwriter, r=joboet
Use ManuallyDrop in BufWriter::into_parts The fact that `mem::forget` takes by value means that it interacts very poorly with Stacked Borrows; generally users think of calling it as a no-op, but in Stacked Borrows, the field retagging tends to cause surprise tag invalidation.
Jubilee 2024-07-14
parent 3126b79 · parent 886248d · commit 9ca9448
0 files changed, 0 insertions, 0 deletions