| error: deadlock: the evaluated program deadlocked | |
| --> tests/fail-dep/libc/socketpair_read_blocking.rs:LL:CC | |
| | | |
| LL | let _res = unsafe { libc::read(fds[1], buf.as_mut_ptr().cast(), buf.len() as libc::size_t) }; | |
| | ^ the evaluated program deadlocked | |
| | | |
| = note: BACKTRACE: | |
| = note: inside `main` at tests/fail-dep/libc/socketpair_read_blocking.rs:LL:CC | |
| note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace | |
| error: aborting due to 1 previous error | |