We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6d644 commit 5c8652cCopy full SHA for 5c8652c
src/concurrency/thread.rs
@@ -647,8 +647,7 @@ impl<'tcx> ThreadManager<'tcx> {
647
@capture<'tcx> {
648
joined_thread_id: ThreadId,
649
}
650
- @unblock = |this, tcb_state| {
651
- match tcb_state {
+ @unblock = |this, unblock| {
652
MachineCallbackState::Ready => {
653
if let Some(data_race) = &mut this.machine.data_race {
654
data_race.thread_joined(&this.machine.threads, joined_thread_id);
0 commit comments