File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 6
6
stack backtrace:
7
7
thread 'main' panicked at RUSTLIB/core/src/panicking.rs:LL:CC:
8
8
panic in a destructor during cleanup
9
- stack backtrace:
10
9
thread caused non-unwinding panic. aborting.
11
10
error: abnormal termination: the program aborted execution
12
11
--> RUSTLIB/std/src/sys/PLATFORM/mod.rs:LL:CC
@@ -19,7 +18,7 @@ LL | ABORT();
19
18
= note: inside closure at RUSTLIB/std/src/panicking.rs:LL:CC
20
19
= note: inside `std::sys_common::backtrace::__rust_end_short_backtrace::<[closure@std::panicking::begin_panic_handler::{closure#0}], !>` at RUSTLIB/std/src/sys_common/backtrace.rs:LL:CC
21
20
= note: inside `std::panicking::begin_panic_handler` at RUSTLIB/std/src/panicking.rs:LL:CC
22
- = note: inside `core::panicking::panic_nounwind ` at RUSTLIB/core/src/panicking.rs:LL:CC
21
+ = note: inside `core::panicking::panic_nounwind_nobacktrace ` at RUSTLIB/core/src/panicking.rs:LL:CC
23
22
= note: inside `core::panicking::panic_in_cleanup` at RUSTLIB/core/src/panicking.rs:LL:CC
24
23
note: inside `main`
25
24
--> $DIR/double_panic.rs:LL:CC
You can’t perform that action at this time.
0 commit comments