We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc34ca1 commit bda5843Copy full SHA for bda5843
src/bootstrap/builder.rs
@@ -309,8 +309,8 @@ impl<'a> Builder<'a> {
309
test::CompileFailFullDeps, test::IncrementalFullDeps, test::Rustdoc, test::Pretty,
310
test::RunPassPretty, test::RunFailPretty, test::RunPassValgrindPretty,
311
test::RunPassFullDepsPretty, test::RunFailFullDepsPretty, test::RunMake,
312
- test::Crate, test::CrateLibrustc, test::Rustdoc, test::Linkcheck, test::Cargotest,
313
- test::Cargo, test::Rls, test::ErrorIndex, test::Distcheck,
+ test::Crate, test::CrateLibrustc, test::CrateRustdoc, test::Linkcheck,
+ test::Cargotest, test::Cargo, test::Rls, test::ErrorIndex, test::Distcheck,
314
test::Nomicon, test::Reference, test::RustdocBook, test::RustByExample,
315
test::TheBook, test::UnstableBook,
316
test::Rustfmt, test::Miri, test::Clippy, test::RustdocJS, test::RustdocTheme),
0 commit comments