]> git.lizzy.rs Git - rust.git/blob - tests/ui/panics/panic-short-backtrace-windows-x86_64.run.stderr
Rollup merge of #96763 - Abdur-rahmaanJ:patch-1, r=Mark-Simulacrum
[rust.git] / tests / ui / panics / panic-short-backtrace-windows-x86_64.run.stderr
1 thread 'main' panicked at 'd was called', $DIR/panic-short-backtrace-windows-x86_64.rs:48:5
2 stack backtrace:
3    0: std::panicking::begin_panic
4    1: d
5    2: c
6    3: b
7    4: a
8    5: some Rust fn
9 note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.