Skip to content

Commit b3e1e41

Browse files
committed
Register tool docs for compiletest
1 parent 13a5097 commit b3e1e41

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/bootstrap/src/core/build_steps/doc.rs

+7
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,13 @@ tool_doc!(
10581058
is_library = true,
10591059
crates = ["run_make_support"]
10601060
);
1061+
tool_doc!(
1062+
Compiletest,
1063+
"src/tools/compiletest",
1064+
rustc_tool = false,
1065+
is_library = true,
1066+
crates = ["compiletest"]
1067+
);
10611068

10621069
#[derive(Ord, PartialOrd, Debug, Clone, Hash, PartialEq, Eq)]
10631070
pub struct ErrorIndex {

src/bootstrap/src/core/builder.rs

+1
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,7 @@ impl<'a> Builder<'a> {
945945
doc::Releases,
946946
doc::RunMakeSupport,
947947
doc::BuildHelper,
948+
doc::Compiletest,
948949
),
949950
Kind::Dist => describe!(
950951
dist::Docs,

0 commit comments

Comments
 (0)