diff options
| author | varkor <github@varkor.com> | 2018-04-18 19:46:58 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-04-19 19:06:34 +0100 |
| commit | baf940d58087dfe7bba3c675215c34c774b778ae (patch) | |
| tree | 54aa7675b3012ae406c6dd1d9046d2dde03e8184 /src/bootstrap/builder.rs | |
| parent | 8a28d94ea1b6c19b7e1d41ef9b33ccb73951f654 (diff) | |
| download | rust-baf940d58087dfe7bba3c675215c34c774b778ae.tar.gz rust-baf940d58087dfe7bba3c675215c34c774b778ae.zip | |
Add rustdoc to x.py check
This can often encounter errors after modifying rustc, so it's useful to include it in the steps that are checked.
Diffstat (limited to 'src/bootstrap/builder.rs')
| -rw-r--r-- | src/bootstrap/builder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 7ac9b146fe5..cc501d6f9ba 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -310,7 +310,7 @@ impl<'a> Builder<'a> { tool::Compiletest, tool::RemoteTestServer, tool::RemoteTestClient, tool::RustInstaller, tool::Cargo, tool::Rls, tool::Rustdoc, tool::Clippy, native::Llvm, tool::Rustfmt, tool::Miri, native::Lld), - Kind::Check => describe!(check::Std, check::Test, check::Rustc, check::CodegenBackend), + Kind::Check => describe!(check::Std, check::Test, check::Rustc, check::CodegenBackend, check::Rustdoc), Kind::Test => describe!(test::Tidy, test::Bootstrap, test::Ui, test::RunPass, test::CompileFail, test::ParseFail, test::RunFail, test::RunPassValgrind, test::MirOpt, test::Codegen, test::CodegenUnits, test::Incremental, test::Debuginfo, |
