another trophy

This commit is contained in:
Ralf Jung 2023-12-21 14:39:14 +01:00
parent f36251f689
commit 006ea0356f

View File

@ -590,6 +590,7 @@ Definite bugs found:
* [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)
* [Incorrect offset computation for highly-aligned types in `portable-atomic-util`](https://github.com/taiki-e/portable-atomic/pull/138)
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):