We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36251f commit 006ea03Copy full SHA for 006ea03
src/tools/miri/README.md
@@ -590,6 +590,7 @@ Definite bugs found:
590
* [Incorrect use of `compare_exchange_weak` in `once_cell`](https://github.com/matklad/once_cell/issues/186)
591
* [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)
593
+* [Incorrect offset computation for highly-aligned types in `portable-atomic-util`](https://github.com/taiki-e/portable-atomic/pull/138)
594
595
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
596
0 commit comments