diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 163132f563425..a99e39ed35428 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -553,7 +553,7 @@ impl Step for Clippy { builder.add_rustc_lib_path(compiler, &mut cargo); - builder.run(&mut cargo.into()); + try_run(builder, &mut cargo.into()); } }