We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--show-type-layout
1 parent 12ee920 commit 9615d6dCopy full SHA for 9615d6d
src/bootstrap/doc.rs
@@ -549,6 +549,7 @@ impl Step for Rustc {
549
cargo.rustdocflag("--enable-index-page");
550
cargo.rustdocflag("-Zunstable-options");
551
cargo.rustdocflag("-Znormalize-docs");
552
+ cargo.rustdocflag("--show-type-layout");
553
compile::rustc_cargo(builder, &mut cargo, target);
554
555
// Only include compiler crates, no dependencies of those, such as `libc`.
0 commit comments