]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/test.rs
fix `const_trait` unstable message
[rust.git] / src / bootstrap / test.rs
index f61c95830858fb6f4b869b79701305627c7adc55..9d286ddd6d1646e107643f83c9c19e8af07c96c2 100644 (file)
@@ -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" {