]> git.lizzy.rs Git - rust.git/blob - tests/ui/panics/runtime-switch.v0.run.stderr
Rollup merge of #106446 - bzEq:fix-unwind-lsda, r=Amanieu
[rust.git] / tests / ui / panics / runtime-switch.v0.run.stderr
1 thread 'main' panicked at 'explicit panic', $DIR/runtime-switch.rs:26:5
2 stack backtrace:
3    0: std::panicking::begin_panic::<&str>
4    1: runtime_switch::main
5 note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.