-
Notifications
You must be signed in to change notification settings - Fork 8
Deps: backtrace #16
Copy link
Copy link
Open
Labels
S-needs-designStatus: needs design workStatus: needs design workimplementationImplementation exploration and tracking issuesImplementation exploration and tracking issuesstabilization blockerThis needs a resolution before stabilizationThis needs a resolution before stabilization
Metadata
Metadata
Assignees
Labels
S-needs-designStatus: needs design workStatus: needs design workimplementationImplementation exploration and tracking issuesImplementation exploration and tracking issuesstabilization blockerThis needs a resolution before stabilizationThis needs a resolution before stabilization
Type
Fields
Give feedbackNo fields configured for issues without a type.
This issue is for working through the implementation issues for compiling
backtrace.The
backtracecrate 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.