rust/tests/run-pass/panic/panic1.stderr

32 lines
1.1 KiB
Plaintext
Raw Normal View History

thread 'main' panicked at 'panicking from libstd', $DIR/panic1.rs:8:5
stack backtrace:
0: std::rt::begin_panic
at RUSTLIB/$FILE:LL:COL
1: main
at $DIR/panic1.rs:8:5
2: <fn() as std::ops::FnOnce<()>>::call_once - shim(fn())
at RUSTLIB/$FILE:LL:COL
3: std::rt::lang_start::{closure#0}
at RUSTLIB/$FILE:LL:COL
4: std::ops::function::impls::call_once
at RUSTLIB/$FILE:LL:COL
5: std::panicking::r#try::do_call
at RUSTLIB/$FILE:LL:COL
6: std::panicking::r#try
at RUSTLIB/$FILE:LL:COL
7: std::panic::catch_unwind
at RUSTLIB/$FILE:LL:COL
2021-06-20 02:12:11 -05:00
8: std::rt::lang_start_internal::{closure#2}
at RUSTLIB/$FILE:LL:COL
2021-06-20 02:12:11 -05:00
9: std::panicking::r#try::do_call
at RUSTLIB/$FILE:LL:COL
10: std::panicking::r#try
at RUSTLIB/$FILE:LL:COL
11: std::panic::catch_unwind
at RUSTLIB/$FILE:LL:COL
12: std::rt::lang_start_internal
at RUSTLIB/$FILE:LL:COL
13: std::rt::lang_start
at RUSTLIB/$FILE:LL:COL
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.