thiserror icon indicating copy to clipboard operation
thiserror copied to clipboard

backtrace::Backtrace instead of std::backtrace?

Open jondot opened this issue 2 years ago • 0 comments

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?

jondot avatar Dec 14 '23 12:12 jondot