Skip to content

Commit 0a6f45e

Browse files
committed
point cargo-miri to the right xargo binary
1 parent c839a7b commit 0a6f45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ impl Step for Miri {
391391
// Overwrite bootstrap's `rustc` wrapper overwriting our flags.
392392
cargo.env("RUSTC_DEBUG_ASSERTIONS", "true");
393393
// Let cargo-miri know where xargo ended up.
394-
cargo.env("XARGO", builder.out.join("bin").join("xargo"));
394+
cargo.env("XARGO_CHECK", builder.out.join("bin").join("xargo-check"));
395395

396396
let mut cargo = Command::from(cargo);
397397
if !try_run(builder, &mut cargo) {

0 commit comments

Comments
 (0)