Skip to content

Commit

Permalink
Enable --show-type-layout for the rustc API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed May 11, 2021
1 parent 12ee920 commit 9615d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/doc.rs
Expand Up @@ -549,6 +549,7 @@ impl Step for Rustc {
cargo.rustdocflag("--enable-index-page");
cargo.rustdocflag("-Zunstable-options");
cargo.rustdocflag("-Znormalize-docs");
cargo.rustdocflag("--show-type-layout");
compile::rustc_cargo(builder, &mut cargo, target);

// Only include compiler crates, no dependencies of those, such as `libc`.
Expand Down

0 comments on commit 9615d6d

Please sign in to comment.