We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ac4746 + 60570a3 commit 4ce026fCopy full SHA for 4ce026f
README.md
@@ -586,6 +586,7 @@ Definite bugs found:
586
* [`crossbeam-epoch` calling `assume_init` on a partly-initialized `MaybeUninit`](https://github.com/crossbeam-rs/crossbeam/pull/779)
587
* [`integer-encoding` dereferencing a misaligned pointer](https://github.com/dermesser/integer-encoding-rs/pull/23)
588
* [`rkyv` constructing a `Box<[u8]>` from an overaligned allocation](https://github.com/rkyv/rkyv/commit/a9417193a34757e12e24263178be8b2eebb72456)
589
+* [Data race in `thread::scope`](https://github.com/rust-lang/rust/issues/98498)
590
591
Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows is currently just an experiment):
592
0 commit comments