]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/concurrency/windows_join_main.stderr
Auto merge of #102573 - RalfJung:mirisync, r=oli-obk
[rust.git] / src / tools / miri / tests / fail / concurrency / windows_join_main.stderr
1 error: deadlock: the evaluated program deadlocked
2   --> $DIR/windows_join_main.rs:LL:CC
3    |
4 LL |             assert_eq!(WaitForSingleObject(MAIN_THREAD, INFINITE), 0);
5    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program deadlocked
6    |
7    = note: inside closure at RUSTLIB/core/src/macros/mod.rs:LL:CC
8    = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
9
10 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
11
12 error: aborting due to previous error
13