mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Enable --show-type-layout for the rustdoc API docs
This commit is contained in:
@@ -649,6 +649,7 @@ fn run(self, builder: &Builder<'_>) {
|
||||
|
||||
cargo.rustdocflag("--document-private-items");
|
||||
cargo.rustdocflag("--enable-index-page");
|
||||
cargo.rustdocflag("--show-type-layout");
|
||||
cargo.rustdocflag("-Zunstable-options");
|
||||
builder.run(&mut cargo.into());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user