mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Register tool docs for compiletest
This commit is contained in:
parent
13a5097796
commit
b3e1e4194e
@ -1058,6 +1058,13 @@ tool_doc!(
|
||||
is_library = true,
|
||||
crates = ["run_make_support"]
|
||||
);
|
||||
tool_doc!(
|
||||
Compiletest,
|
||||
"src/tools/compiletest",
|
||||
rustc_tool = false,
|
||||
is_library = true,
|
||||
crates = ["compiletest"]
|
||||
);
|
||||
|
||||
#[derive(Ord, PartialOrd, Debug, Clone, Hash, PartialEq, Eq)]
|
||||
pub struct ErrorIndex {
|
||||
|
@ -945,6 +945,7 @@ impl<'a> Builder<'a> {
|
||||
doc::Releases,
|
||||
doc::RunMakeSupport,
|
||||
doc::BuildHelper,
|
||||
doc::Compiletest,
|
||||
),
|
||||
Kind::Dist => describe!(
|
||||
dist::Docs,
|
||||
|
Loading…
Reference in New Issue
Block a user