mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
update Miri
This commit is contained in:
parent
10c375700c
commit
1a2208afc5
@ -393,7 +393,7 @@ impl Step for Miri {
|
||||
cargo.arg("--").arg("miri").arg("setup");
|
||||
|
||||
// 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.
|
||||
cargo.env("MIRI", &miri);
|
||||
// Debug things.
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 515287f114b546a72d4a1fe8ffe1dbc20dedf13d
|
||||
Subproject commit 55bdb3174653039f47362742f8dc941bfc086e8f
|
Loading…
Reference in New Issue
Block a user