Fixes #103816 make --json work

This commit is contained in:
viandoxdev 2022-11-01 21:50:28 +01:00
parent 4c736a21ae
commit 6e1361f358
No known key found for this signature in database
GPG Key ID: AF1410C5BC10AA25
2 changed files with 2 additions and 1 deletions

View File

@ -689,6 +689,7 @@ impl<'a> Builder<'a> {
doc::UnstableBookGen,
doc::TheBook,
doc::Standalone,
doc::JsonStd,
doc::Std,
doc::Rustc,
doc::Rustdoc,

View File

@ -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.