We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3137f8e commit 7a121adCopy full SHA for 7a121ad
src/bootstrap/test.rs
@@ -439,6 +439,8 @@ impl Step for Miri {
439
cargo.env("RUSTC_LIB_PATH", builder.rustc_libdir(compiler));
440
cargo.env("MIRI_PATH", miri);
441
442
+ cargo.arg("--").args(builder.config.cmd.test_args());
443
+
444
builder.add_rustc_lib_path(compiler, &mut cargo);
445
446
if !try_run(builder, &mut cargo.into()) {
@@ -545,6 +547,8 @@ impl Step for Clippy {
545
547
// clippy tests need to find the driver
546
548
cargo.env("CLIPPY_DRIVER_PATH", clippy);
549
550
551
552
553
554
try_run(builder, &mut cargo.into());
0 commit comments