We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81eb35f + 5f77ce0 commit 6900638Copy full SHA for 6900638
src/bootstrap/test.rs
@@ -520,7 +520,7 @@ impl Step for Miri {
520
cargo.arg("--").arg("miri").arg("setup");
521
522
// Tell `cargo miri setup` where to find the sources.
523
- cargo.env("XARGO_RUST_SRC", builder.src.join("library"));
+ cargo.env("MIRI_LIB_SRC", builder.src.join("library"));
524
// Tell it where to find Miri.
525
cargo.env("MIRI", &miri);
526
// Debug things.
0 commit comments