Skip to content

Commit 9b89d01

Browse files
committed
Enable --show-type-layout for the rustdoc API docs
1 parent 8b9298b commit 9b89d01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/doc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@ impl Step for Rustdoc {
649649

650650
cargo.rustdocflag("--document-private-items");
651651
cargo.rustdocflag("--enable-index-page");
652+
cargo.rustdocflag("--show-type-layout");
652653
cargo.rustdocflag("-Zunstable-options");
653654
builder.run(&mut cargo.into());
654655
}

0 commit comments

Comments
 (0)