blob: 9464e76b6c9c02f80fc9ca1dfba4a2c007469b5f (
plain)
1
2
3
4
5
6
|
thread '<unnamed>' panicked at tests/pass/panic/thread_panic.rs:LL:CC:
Hello!
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
thread 'childthread' panicked at tests/pass/panic/thread_panic.rs:LL:CC:
Hello, world!
|