]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/toolstate.rs
Rollup merge of #97627 - lcnr:comment-tick, r=Dylan-DPC
[rust.git] / src / bootstrap / toolstate.rs
index c7ea254c5b1d7ac6a242493b56ebcc5bb4c5fad1..3ee6a42d987a05385ee1f9156ea86e36ae668384 100644 (file)
@@ -234,7 +234,7 @@ fn run(self, builder: &Builder<'_>) {
     }
 
     fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
-        run.path("check-tools")
+        run.alias("check-tools")
     }
 
     fn make_run(run: RunConfig<'_>) {