Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std: Fix compilation without backtrace feature
This should hopefully handle rust-lang#74484 but in any case fixes compilation of the standard library without the `backtrace` feature. The need for this feature is somewhat unclear now because the `backtrace` crate should always compile (no more C code!) but we can handle that later if necessary.
- Loading branch information