Skip to content

Commit a6d377d

Browse files
committed
Include rustdoc in the compiler docs index.
1 parent bb1fbbf commit a6d377d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/doc.rs

+2
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,8 @@ impl Step for Rustdoc {
628628
cargo.arg("-p").arg("rustdoc");
629629

630630
cargo.rustdocflag("--document-private-items");
631+
cargo.rustdocflag("--enable-index-page");
632+
cargo.rustdocflag("-Zunstable-options");
631633
builder.run(&mut cargo.into());
632634
}
633635
}

0 commit comments

Comments
 (0)