]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/test.rs
rustdoc: remove no-op CSS `.impl { flex-basis: 100% }` etc
[rust.git] / src / bootstrap / test.rs
index 1617875ec231c9d5a7a73171ffe43fdf305e5bb3..01f4cacd771ffcd4d8b4d60bc7d5e83ab313352b 100644 (file)
@@ -520,7 +520,7 @@ fn run(self, builder: &Builder<'_>) {
         cargo.arg("--").arg("miri").arg("setup");
 
         // Tell `cargo miri setup` where to find the sources.
-        cargo.env("XARGO_RUST_SRC", builder.src.join("library"));
+        cargo.env("MIRI_LIB_SRC", builder.src.join("library"));
         // Tell it where to find Miri.
         cargo.env("MIRI", &miri);
         // Debug things.