diff options
| author | QuietMisdreavus <grey@quietmisdreavus.net> | 2018-03-16 11:38:06 -0500 |
|---|---|---|
| committer | QuietMisdreavus <grey@quietmisdreavus.net> | 2018-03-16 11:38:06 -0500 |
| commit | bda584386e2ba4f09118b906abe657b0f679e77f (patch) | |
| tree | 0d0e4f93310b491f208060792a174ee50e1025f1 | |
| parent | cc34ca1c9787fde84116637a0cee92fc5e375e3d (diff) | |
| download | rust-bda584386e2ba4f09118b906abe657b0f679e77f.tar.gz rust-bda584386e2ba4f09118b906abe657b0f679e77f.zip | |
re-enable resting librustdoc
| -rw-r--r-- | src/bootstrap/builder.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index fab7a2b3fcc..46453657ac7 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -309,8 +309,8 @@ impl<'a> Builder<'a> { test::CompileFailFullDeps, test::IncrementalFullDeps, test::Rustdoc, test::Pretty, test::RunPassPretty, test::RunFailPretty, test::RunPassValgrindPretty, test::RunPassFullDepsPretty, test::RunFailFullDepsPretty, test::RunMake, - test::Crate, test::CrateLibrustc, test::Rustdoc, test::Linkcheck, test::Cargotest, - 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, test::Nomicon, test::Reference, test::RustdocBook, test::RustByExample, test::TheBook, test::UnstableBook, test::Rustfmt, test::Miri, test::Clippy, test::RustdocJS, test::RustdocTheme), |
