Migrate to std::backtrace
Rust 1.65 introduced std::backtrace; perhaps we can use it in place of our previous reliance on the backtrace
crate.
Current backtrace
users are arti::logging
, tor-rtmock::task
, and tor_error::internal
.
Rust 1.65 introduced std::backtrace; perhaps we can use it in place of our previous reliance on the backtrace
crate.
Current backtrace
users are arti::logging
, tor-rtmock::task
, and tor_error::internal
.