We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7bc5e commit 549d742Copy full SHA for 549d742
src/bootstrap/doc.rs
@@ -589,6 +589,7 @@ impl Step for Rustc {
589
cargo.rustdocflag("-Zunstable-options");
590
cargo.rustdocflag("-Znormalize-docs");
591
cargo.rustdocflag("--show-type-layout");
592
+ cargo.rustdocflag("--generate-link-to-definition");
593
compile::rustc_cargo(builder, &mut cargo, target);
594
cargo.arg("-Zunstable-options");
595
cargo.arg("-Zskip-rustdoc-fingerprint");
0 commit comments