rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
532 stars 245 forks source link

Revert "Use rustc from stage0 instead of stage0-sysroot (rust-lang/ba… #603

Closed Noratrieb closed 6 months ago

Noratrieb commented 6 months ago

…cktrace-rs#602)"

This reverts commit c31ea5ba7ac52f5c15c65cfec7d7b5d0bcf00eed.

Don't do that, we need to use stage0-sysroot, bootstrap is just buggy. Keep it commented out until bootstrap is fixed.

https://github.com/rust-lang/backtrace-rs/pull/600#issuecomment-2016500263

r? @workingjubilee

workingjubilee commented 6 months ago

Thanks for taking a shot at this!