etaoin revised this gist 6 months ago. Go to revision
1 file changed, 35 insertions
gistfile1.txt(file created)
| @@ -0,0 +1,35 @@ | |||
| 1 | + | │ │ io error backtrace: 0: std::backtrace_rs::backtrace::win64::trace | |
| 2 | + | │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\..\..\backtrace\src\backtrace\win64.rs:85 | |
| 3 | + | │ │ 1: std::backtrace_rs::backtrace::trace_unsynchronized | |
| 4 | + | │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\..\..\backtrace\src\backtrace\mod.rs:66 | |
| 5 | + | │ │ 2: std::backtrace::Backtrace::create | |
| 6 | + | │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\backtrace.rs:331 | |
| 7 | + | │ │ 3: std::backtrace::Backtrace::force_capture | |
| 8 | + | │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\backtrace.rs:312 | |
| 9 | + | │ │ 4: <fs_extra::error::Error as core::convert::From<std::io::error::Error>>::from | |
| 10 | + | │ │ 5: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual | |
| 11 | + | │ │ 6: <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call | |
| 12 | + | │ │ 7: <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call | |
| 13 | + | │ │ 8: <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call | |
| 14 | + | │ │ 9: <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call | |
| 15 | + | │ │ 10: fs_extra::dir::copy | |
| 16 | + | │ │ 11: build_script_build::main | |
| 17 | + | │ │ 12: core::ops::function::FnOnce::call_once | |
| 18 | + | │ │ 13: std::sys::backtrace::__rust_begin_short_backtrace | |
| 19 | + | │ │ 14: std::rt::lang_start::{{closure}} | |
| 20 | + | │ │ 15: std::rt::lang_start_internal::closure$0 | |
| 21 | + | │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\rt.rs:175 | |
| 22 | + | │ │ 16: std::panicking::catch_unwind::do_call | |
| 23 | + | │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\panicking.rs:589 | |
| 24 | + | │ │ 17: std::panicking::catch_unwind | |
| 25 | + | │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\panicking.rs:552 | |
| 26 | + | │ │ 18: std::panic::catch_unwind | |
| 27 | + | │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\panic.rs:359 | |
| 28 | + | │ │ 19: std::rt::lang_start_internal | |
| 29 | + | │ │ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library\std\src\rt.rs:171 | |
| 30 | + | │ │ 20: std::rt::lang_start | |
| 31 | + | │ │ 21: main | |
| 32 | + | │ │ 23: __scrt_common_main_seh | |
| 33 | + | │ │ at D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288 | |
| 34 | + | │ │ 24: BaseThreadInitThunk | |
| 35 | + | │ │ 25: RtlUserThreadStart | |
Newer
Older