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.
2 parents 1652759 + 3e177a8 commit 3619a62Copy full SHA for 3619a62
src/bootstrap/doc.rs
@@ -626,6 +626,7 @@ impl Step for Rustdoc {
626
// Only include compiler crates, no dependencies of those, such as `libc`.
627
cargo.arg("--no-deps");
628
cargo.arg("-p").arg("rustdoc");
629
+ cargo.arg("-p").arg("rustdoc-json-types");
630
631
cargo.rustdocflag("--document-private-items");
632
cargo.rustdocflag("--enable-index-page");
0 commit comments