Add run-make-support to x doc

This commit is contained in:
Chris Denton
2024-05-28 02:10:06 +00:00
parent 84b40fc908
commit b119e42b18
2 changed files with 9 additions and 0 deletions
@@ -1028,6 +1028,14 @@ fn run(self, builder: &Builder<'_>) {
is_library = true,
crates = ["bootstrap"]
);
tool_doc!(
RunMakeSupport,
"run_make_support",
"src/tools/run-make-support",
rustc_tool = false,
is_library = true,
crates = ["run_make_support"]
);
#[derive(Ord, PartialOrd, Debug, Clone, Hash, PartialEq, Eq)]
pub struct ErrorIndex {
+1
View File
@@ -888,6 +888,7 @@ macro_rules! describe {
doc::Tidy,
doc::Bootstrap,
doc::Releases,
doc::RunMakeSupport,
),
Kind::Dist => describe!(
dist::Docs,