2020-08-31 19:32:14 -05:00
|
|
|
Thread 1 starting, will block on mutex
|
|
|
|
Thread 1 reported it has started
|
2022-03-17 08:49:10 -05:00
|
|
|
thread '<unnamed>' panicked at 'panic in thread 2', $DIR/concurrent-panic.rs:LL:CC
|
2020-10-20 12:27:58 -05:00
|
|
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
2020-08-31 19:32:14 -05:00
|
|
|
Thread 2 blocking on thread 1
|
|
|
|
Thread 2 reported it has started
|
|
|
|
Unlocking mutex
|
2022-03-17 08:49:10 -05:00
|
|
|
thread '<unnamed>' panicked at 'panic in thread 1', $DIR/concurrent-panic.rs:LL:CC
|
2020-08-31 19:32:14 -05:00
|
|
|
Thread 1 has exited
|
|
|
|
Thread 2 has exited
|