Skip to content

Commit 2a316c4

Browse files
committed
Auto merge of rust-lang#3203 - RalfJung:trophy, r=RalfJung
new trophy case entry Cc rust-lang#118460
2 parents 6318e9d + 323ca94 commit 2a316c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/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)