thiserror
thiserror copied to clipboard
backtrace::Backtrace instead of std::backtrace?
Hi,
Using backtrace captures, I'm trying to figure out how to use libraries like color-backtrace (which needs backtrace::Backtrace from backtrace-rs).
Looks like std::backtrace functionality is still guarded with a lot of unstable feature flagging, and so is very limited.
Anyone bumped into this?