Open
Description
This issue is for working through the implementation issues for compiling backtrace
.
The backtrace
crate provides runtime backtraces. It is on by default (for all platforms?). This currently requires a C compiler.
#46439 tracks using a pure-Rust implementation.
I'm not sure exactly how this will fit in the std-aware Cargo story.