mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
bootstrap: register tool docs for src/tools/build_helper
This commit is contained in:
parent
04a318787b
commit
1f48a67a25
@ -1013,6 +1013,14 @@ macro_rules! tool_doc {
|
||||
}
|
||||
}
|
||||
|
||||
// NOTE: make sure to register these in `Builder::get_step_description`.
|
||||
tool_doc!(
|
||||
BuildHelper,
|
||||
"src/tools/build_helper",
|
||||
rustc_tool = false,
|
||||
is_library = true,
|
||||
crates = ["build_helper"]
|
||||
);
|
||||
tool_doc!(Rustdoc, "src/tools/rustdoc", crates = ["rustdoc", "rustdoc-json-types"]);
|
||||
tool_doc!(Rustfmt, "src/tools/rustfmt", crates = ["rustfmt-nightly", "rustfmt-config_proc_macro"]);
|
||||
tool_doc!(Clippy, "src/tools/clippy", crates = ["clippy_config", "clippy_utils"]);
|
||||
|
@ -944,6 +944,7 @@ impl<'a> Builder<'a> {
|
||||
doc::Bootstrap,
|
||||
doc::Releases,
|
||||
doc::RunMakeSupport,
|
||||
doc::BuildHelper,
|
||||
),
|
||||
Kind::Dist => describe!(
|
||||
dist::Docs,
|
||||
|
Loading…
Reference in New Issue
Block a user