Skip to content

Commit 438c59f

Browse files
committed
Auto merge of #74908 - RalfJung:miri, r=RalfJung
update Miri Fixes #74580 Cc @rust-lang/miri r? @ghost
2 parents 6b09c37 + 1a2208a commit 438c59f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bootstrap/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ impl Step for Miri {
393393
cargo.arg("--").arg("miri").arg("setup");
394394

395395
// Tell `cargo miri setup` where to find the sources.
396-
cargo.env("XARGO_RUST_SRC", builder.src.join("src"));
396+
cargo.env("XARGO_RUST_SRC", builder.src.join("library"));
397397
// Tell it where to find Miri.
398398
cargo.env("MIRI", &miri);
399399
// Debug things.

0 commit comments

Comments
 (0)