]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/shims/sync/libc_pthread_rwlock_read_write_deadlock_single_thread.stderr
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
[rust.git] / src / tools / miri / tests / fail / shims / sync / libc_pthread_rwlock_read_write_deadlock_single_thread.stderr
1 error: deadlock: the evaluated program deadlocked
2   --> $DIR/libc_pthread_rwlock_read_write_deadlock_single_thread.rs:LL:CC
3    |
4 LL |         libc::pthread_rwlock_wrlock(rw.get());
5    |                                             ^ the evaluated program deadlocked
6    |
7    = note: inside `main` at $DIR/libc_pthread_rwlock_read_write_deadlock_single_thread.rs:LL:CC
8
9 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
10
11 error: aborting due to previous error
12