mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
let us try to find out where that panic is coming from
This commit is contained in:
@@ -413,6 +413,8 @@ fn run(self, builder: &Builder<'_>) {
|
||||
cargo.env("XARGO_RUST_SRC", builder.src.join("src"));
|
||||
// Make sure the libstd gets built without debug assertions.
|
||||
cargo.env("RUSTC_DEBUG_ASSERTIONS", "false");
|
||||
// Debug things.
|
||||
cargo.env("RUST_BACKTRACE", "1");
|
||||
|
||||
if !try_run(builder, &mut cargo) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user