about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/panic/thread_panic.stderr
blob: 92403d5152d6a44e7d2e6ff0e1104d8f8b3e1438 (plain)
1
2
3
4
5
6
7
8
thread '<unnamed>' ($TID) 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' ($TID) panicked at tests/pass/panic/thread_panic.rs:LL:CC:
Hello, world!