Skip to content

Commit bf83e22

Browse files
authored
Merge pull request #4584 from rust-lang/rustup-2025-09-13
Automatic Rustup
2 parents e7da309 + 3c83fb9 commit bf83e22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ Definite bugs found:
606606
* [A bug in the new `RwLock::downgrade` implementation](https://rust-lang.zulipchat.com/#narrow/channel/269128-miri/topic/Miri.20error.20library.20test) (caught by Miri before it landed in the Rust repo)
607607
* [Mockall reading uninitialized memory when mocking `std::io::Read::read`, even if all expectations are satisfied](https://github.com/asomers/mockall/issues/647) (caught by Miri running Tokio's test suite)
608608
* [`ReentrantLock` not correctly dealing with reuse of addresses for TLS storage of different threads](https://github.com/rust-lang/rust/pull/141248)
609+
* [Rare Deadlock in the thread (un)parking example code](https://github.com/rust-lang/rust/issues/145816)
609610

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

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2a9bacf6187685931d52346a0ecff2e52bdc91cc
1+
4ba1cf9ade4c8e2fa10676a50ee34594eb161837

0 commit comments

Comments
 (0)