]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/miri/README.md
Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=oli-obk
[rust.git] / src / tools / miri / README.md
index 9a4dea949d178310516fb75b0429faa409714063..48581f6bbff1a7e2753ef9a1a753cfa993e3f9a9 100644 (file)
@@ -656,6 +656,7 @@ Definite bugs found:
 * [Data race in `thread::scope`](https://github.com/rust-lang/rust/issues/98498)
 * [`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)
 
 Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):