We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c736a2 commit 6e1361fCopy full SHA for 6e1361f
src/bootstrap/builder.rs
@@ -689,6 +689,7 @@ impl<'a> Builder<'a> {
689
doc::UnstableBookGen,
690
doc::TheBook,
691
doc::Standalone,
692
+ doc::JsonStd,
693
doc::Std,
694
doc::Rustc,
695
doc::Rustdoc,
src/bootstrap/doc.rs
@@ -529,7 +529,7 @@ impl Step for JsonStd {
529
}
530
531
fn make_run(run: RunConfig<'_>) {
532
- run.builder.ensure(Std { stage: run.builder.top_stage, target: run.target });
+ run.builder.ensure(JsonStd { stage: run.builder.top_stage, target: run.target });
533
534
535
/// Build JSON documentation for the standard library crates.
0 commit comments