Skip to content

Commit 4ce026f

Browse files
committed
Auto merge of rust-lang#2274 - RalfJung:trophy, r=RalfJung
trophy case: add the data race in thread::scope
2 parents 5ac4746 + 60570a3 commit 4ce026f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ Definite bugs found:
586586
* [`crossbeam-epoch` calling `assume_init` on a partly-initialized `MaybeUninit`](https://github.com/crossbeam-rs/crossbeam/pull/779)
587587
* [`integer-encoding` dereferencing a misaligned pointer](https://github.com/dermesser/integer-encoding-rs/pull/23)
588588
* [`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)
589590

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

0 commit comments

Comments
 (0)