@@ -254,11 +254,11 @@ impl<'a> Builder<'a> {
254
254
tool:: RustInstaller , tool:: Cargo , tool:: Rls , tool:: Rustdoc , tool:: Clippy ,
255
255
native:: Llvm , tool:: Rustfmt , tool:: Miri ) ,
256
256
Kind :: Check => describe ! ( check:: Std , check:: Test , check:: Rustc ) ,
257
- Kind :: Test => describe ! ( test:: Tidy , test:: Bootstrap , test:: DefaultCompiletest ,
257
+ Kind :: Test => describe ! ( test:: Tidy , test:: Bootstrap /* , test::DefaultCompiletest,
258
258
test::HostCompiletest, test::Crate, test::CrateLibrustc, test::Rustdoc,
259
259
test::Linkcheck, test::Cargotest, test::Cargo, test::Rls, test::Docs,
260
260
test::ErrorIndex, test::Distcheck, test::Rustfmt, test::Miri, test::Clippy,
261
- test:: RustdocJS , test:: RustdocTheme ) ,
261
+ test::RustdocJS, test::RustdocTheme*/ ) ,
262
262
Kind :: Bench => describe ! ( test:: Crate , test:: CrateLibrustc ) ,
263
263
Kind :: Doc => describe ! ( doc:: UnstableBook , doc:: UnstableBookGen , doc:: TheBook ,
264
264
doc:: Standalone , doc:: Std , doc:: Test , doc:: Rustc , doc:: ErrorIndex , doc:: Nomicon ,
0 commit comments