let us try to find out where that panic is coming from
This commit is contained in:
parent
ceda77486f
commit
05aa983f4c
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue