X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Ftest.rs;h=9d286ddd6d1646e107643f83c9c19e8af07c96c2;hb=07608bd60ecfa75a72c13372c1545665ab147f2c;hp=f61c95830858fb6f4b869b79701305627c7adc55;hpb=8c6ce6b91b172f77c795a74bfeaf74b865146b3f;p=rust.git diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index f61c9583085..9d286ddd6d1 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -1341,6 +1341,8 @@ fn run(self, builder: &Builder<'_>) { let json_compiler = compiler.with_stage(0); cmd.arg("--jsondocck-path") .arg(builder.ensure(tool::JsonDocCk { compiler: json_compiler, target })); + cmd.arg("--jsondoclint-path") + .arg(builder.ensure(tool::JsonDocLint { compiler: json_compiler, target })); } if mode == "run-make" {