13 lines
469 B
Plaintext
13 lines
469 B
Plaintext
error: deadlock: the evaluated program deadlocked
|
|
--> $DIR/windows_join_self.rs:LL:CC
|
|
|
|
|
LL | assert_eq!(WaitForSingleObject(native, INFINITE), 0);
|
|
| ^ the evaluated program deadlocked
|
|
|
|
|
= note: inside closure at $DIR/windows_join_self.rs:LL:CC
|
|
|
|
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
|
|
|
|
error: aborting due to previous error
|
|
|