Skip to content

Commit

Permalink
Auto merge of rust-lang#3203 - RalfJung:trophy, r=RalfJung
Browse files Browse the repository at this point in the history
new trophy case entry

Cc rust-lang#118460
  • Loading branch information
bors committed Dec 3, 2023
2 parents 6318e9d + 323ca94 commit 2a316c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/miri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ Definite bugs found:
* [`regex` incorrectly handling unaligned `Vec<u8>` buffers](https://www.reddit.com/r/rust/comments/vq3mmu/comment/ienc7t0?context=3)
* [Incorrect use of `compare_exchange_weak` in `once_cell`](https://github.com/matklad/once_cell/issues/186)
* [Dropping with unaligned pointers in `vec::IntoIter`](https://github.com/rust-lang/rust/pull/106084)
* [Deallocating with the wrong layout in new specializations for in-place `Iterator::collect`](https://github.com/rust-lang/rust/pull/118460)

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

Expand Down

0 comments on commit 2a316c4

Please sign in to comment.