about summary refs log tree commit diff
path: root/tests/ui/panics/panic-short-backtrace-windows-x86_64.run.stderr
blob: c3c1ce16a4b86f6c39f1861412c41a8fc68f65f0 (plain)
1
2
3
4
5
6
7
8
9
thread 'main' ($TID) panicked at 'd was called', $DIR/panic-short-backtrace-windows-x86_64.rs:48:5
stack backtrace:
   0: std::panicking::begin_panic
   1: d
   2: c
   3: b
   4: a
   5: some Rust fn
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.