update Miri

This commit is contained in:
Ralf Jung 2020-07-30 19:05:21 +02:00
parent 10c375700c
commit 1a2208afc5
2 changed files with 2 additions and 2 deletions

View File

@ -393,7 +393,7 @@ impl Step for Miri {
cargo.arg("--").arg("miri").arg("setup"); cargo.arg("--").arg("miri").arg("setup");
// Tell `cargo miri setup` where to find the sources. // Tell `cargo miri setup` where to find the sources.
cargo.env("XARGO_RUST_SRC", builder.src.join("src")); cargo.env("XARGO_RUST_SRC", builder.src.join("library"));
// Tell it where to find Miri. // Tell it where to find Miri.
cargo.env("MIRI", &miri); cargo.env("MIRI", &miri);
// Debug things. // Debug things.

@ -1 +1 @@
Subproject commit 515287f114b546a72d4a1fe8ffe1dbc20dedf13d Subproject commit 55bdb3174653039f47362742f8dc941bfc086e8f