Skip to content

Commit 3f899c9

Browse files
committed
Auto merge of #3203 - RalfJung:trophy, r=RalfJung
new trophy case entry Cc rust-lang/rust#118460
2 parents 4e88edc + e7c2517 commit 3f899c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ Definite bugs found:
589589
* [`regex` incorrectly handling unaligned `Vec<u8>` buffers](https://www.reddit.com/r/rust/comments/vq3mmu/comment/ienc7t0?context=3)
590590
* [Incorrect use of `compare_exchange_weak` in `once_cell`](https://github.com/matklad/once_cell/issues/186)
591591
* [Dropping with unaligned pointers in `vec::IntoIter`](https://github.com/rust-lang/rust/pull/106084)
592+
* [Deallocating with the wrong layout in new specializations for in-place `Iterator::collect`](https://github.com/rust-lang/rust/pull/118460)
592593

593594
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
594595

0 commit comments

Comments
 (0)