Fixes #103816 make --json work
This commit is contained in:
parent
4c736a21ae
commit
6e1361f358
@ -689,6 +689,7 @@ impl<'a> Builder<'a> {
|
||||
doc::UnstableBookGen,
|
||||
doc::TheBook,
|
||||
doc::Standalone,
|
||||
doc::JsonStd,
|
||||
doc::Std,
|
||||
doc::Rustc,
|
||||
doc::Rustdoc,
|
||||
|
@ -529,7 +529,7 @@ impl Step for JsonStd {
|
||||
}
|
||||
|
||||
fn make_run(run: RunConfig<'_>) {
|
||||
run.builder.ensure(Std { stage: run.builder.top_stage, target: run.target });
|
||||
run.builder.ensure(JsonStd { stage: run.builder.top_stage, target: run.target });
|
||||
}
|
||||
|
||||
/// Build JSON documentation for the standard library crates.
|
||||
|
Loading…
x
Reference in New Issue
Block a user