@@ -12,57 +12,59 @@ stack backtrace:
12
12
at RUSTLIB/std/src/sys_common/backtrace.rs:LL:CC
13
13
4: <std::sys_common::backtrace::_print::DisplayBacktrace as std::fmt::Display>::fmt
14
14
at RUSTLIB/std/src/sys_common/backtrace.rs:LL:CC
15
- 5: std::fmt::write
15
+ 5: core::fmt::rt::Argument::fmt
16
+ at RUSTLIB/core/src/fmt/rt.rs:LL:CC
17
+ 6: std::fmt::write
16
18
at RUSTLIB/core/src/fmt/mod.rs:LL:CC
17
- 6 : <std::sys::PLATFORM::stdio::Stderr as std::io::Write>::write_fmt
19
+ 7 : <std::sys::PLATFORM::stdio::Stderr as std::io::Write>::write_fmt
18
20
at RUSTLIB/std/src/io/mod.rs:LL:CC
19
- 7 : std::sys_common::backtrace::_print
21
+ 8 : std::sys_common::backtrace::_print
20
22
at RUSTLIB/std/src/sys_common/backtrace.rs:LL:CC
21
- 8 : std::sys_common::backtrace::print
23
+ 9 : std::sys_common::backtrace::print
22
24
at RUSTLIB/std/src/sys_common/backtrace.rs:LL:CC
23
- 9 : std::panicking::default_hook::{closure#1}
25
+ 10 : std::panicking::default_hook::{closure#1}
24
26
at RUSTLIB/std/src/panicking.rs:LL:CC
25
- 10 : std::panicking::default_hook
27
+ 11 : std::panicking::default_hook
26
28
at RUSTLIB/std/src/panicking.rs:LL:CC
27
- 11 : std::panicking::rust_panic_with_hook
29
+ 12 : std::panicking::rust_panic_with_hook
28
30
at RUSTLIB/std/src/panicking.rs:LL:CC
29
- 12 : std::rt::begin_panic::{closure#0}
31
+ 13 : std::rt::begin_panic::{closure#0}
30
32
at RUSTLIB/std/src/panicking.rs:LL:CC
31
- 13 : std::sys_common::backtrace::__rust_end_short_backtrace
33
+ 14 : std::sys_common::backtrace::__rust_end_short_backtrace
32
34
at RUSTLIB/std/src/sys_common/backtrace.rs:LL:CC
33
- 14 : std::rt::begin_panic
35
+ 15 : std::rt::begin_panic
34
36
at RUSTLIB/std/src/panicking.rs:LL:CC
35
- 15 : <Foo as std::ops::Drop>::drop
37
+ 16 : <Foo as std::ops::Drop>::drop
36
38
at $DIR/double_panic.rs:LL:CC
37
- 16 : std::ptr::drop_in_place - shim(Some(Foo))
39
+ 17 : std::ptr::drop_in_place - shim(Some(Foo))
38
40
at RUSTLIB/core/src/ptr/mod.rs:LL:CC
39
- 17 : main
41
+ 18 : main
40
42
at $DIR/double_panic.rs:LL:CC
41
- 18 : <fn() as std::ops::FnOnce<()>>::call_once - shim(fn())
43
+ 19 : <fn() as std::ops::FnOnce<()>>::call_once - shim(fn())
42
44
at RUSTLIB/core/src/ops/function.rs:LL:CC
43
- 19 : std::sys_common::backtrace::__rust_begin_short_backtrace
45
+ 20 : std::sys_common::backtrace::__rust_begin_short_backtrace
44
46
at RUSTLIB/std/src/sys_common/backtrace.rs:LL:CC
45
- 20 : std::rt::lang_start::{closure#0}
47
+ 21 : std::rt::lang_start::{closure#0}
46
48
at RUSTLIB/std/src/rt.rs:LL:CC
47
- 21 : std::ops::function::impls::call_once
49
+ 22 : std::ops::function::impls::call_once
48
50
at RUSTLIB/core/src/ops/function.rs:LL:CC
49
- 22 : std::panicking::r#try::do_call
51
+ 23 : std::panicking::r#try::do_call
50
52
at RUSTLIB/std/src/panicking.rs:LL:CC
51
- 23 : std::panicking::r#try
53
+ 24 : std::panicking::r#try
52
54
at RUSTLIB/std/src/panicking.rs:LL:CC
53
- 24 : std::panic::catch_unwind
55
+ 25 : std::panic::catch_unwind
54
56
at RUSTLIB/std/src/panic.rs:LL:CC
55
- 25 : std::rt::lang_start_internal::{closure#2}
57
+ 26 : std::rt::lang_start_internal::{closure#2}
56
58
at RUSTLIB/std/src/rt.rs:LL:CC
57
- 26 : std::panicking::r#try::do_call
59
+ 27 : std::panicking::r#try::do_call
58
60
at RUSTLIB/std/src/panicking.rs:LL:CC
59
- 27 : std::panicking::r#try
61
+ 28 : std::panicking::r#try
60
62
at RUSTLIB/std/src/panicking.rs:LL:CC
61
- 28 : std::panic::catch_unwind
63
+ 29 : std::panic::catch_unwind
62
64
at RUSTLIB/std/src/panic.rs:LL:CC
63
- 29 : std::rt::lang_start_internal
65
+ 30 : std::rt::lang_start_internal
64
66
at RUSTLIB/std/src/rt.rs:LL:CC
65
- 30 : std::rt::lang_start
67
+ 31 : std::rt::lang_start
66
68
at RUSTLIB/std/src/rt.rs:LL:CC
67
69
thread panicked while panicking. aborting.
68
70
error: abnormal termination: the program aborted execution
0 commit comments