We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d44e09 commit 5f77ce0Copy full SHA for 5f77ce0
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