mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 00:49:38 +03:00
Add run-make-support to x doc
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -888,6 +888,7 @@ macro_rules! describe {
|
||||
doc::Tidy,
|
||||
doc::Bootstrap,
|
||||
doc::Releases,
|
||||
doc::RunMakeSupport,
|
||||
),
|
||||
Kind::Dist => describe!(
|
||||
dist::Docs,
|
||||
|
||||
Reference in New Issue
Block a user