Enable --show-type-layout
for the rustdoc API docs
This commit is contained in:
parent
8b9298bbaa
commit
9b89d01bbb
1 changed files with 1 additions and 0 deletions
|
@ -649,6 +649,7 @@ impl Step for Rustdoc {
|
||||||
|
|
||||||
cargo.rustdocflag("--document-private-items");
|
cargo.rustdocflag("--document-private-items");
|
||||||
cargo.rustdocflag("--enable-index-page");
|
cargo.rustdocflag("--enable-index-page");
|
||||||
|
cargo.rustdocflag("--show-type-layout");
|
||||||
cargo.rustdocflag("-Zunstable-options");
|
cargo.rustdocflag("-Zunstable-options");
|
||||||
builder.run(&mut cargo.into());
|
builder.run(&mut cargo.into());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue