about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/panic/thread_panic.stderr
blob: 3bb2991805c9df3ee527bcc31ef1408e5fd78389 (plain)
1
2
3
4
5
6
7
8

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!