let us try to find out where that panic is coming from
This commit is contained in:
parent
ceda77486f
commit
05aa983f4c
@ -413,6 +413,8 @@ impl Step for Miri {
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user