]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/panic/panic1.stderr
Rollup merge of #102098 - xfix:weak-upgrade-fetch-update, r=Mark-Simulacrum
[rust.git] / src / tools / miri / tests / panic / panic1.stderr
1 thread 'main' panicked at 'panicking from libstd', $DIR/panic1.rs:LL:CC
2 stack backtrace:
3    0: std::rt::begin_panic
4  at RUSTLIB/std/src/panicking.rs:LL:CC
5    1: main
6  at $DIR/panic1.rs:LL:CC
7    2: <fn() as std::ops::FnOnce<()>>::call_once - shim(fn())
8  at RUSTLIB/core/src/ops/function.rs:LL:CC
9 note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.