We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c14e217 + e28500d commit 3f9ee0fCopy full SHA for 3f9ee0f
src/bootstrap/src/core/build_steps/doc.rs
@@ -987,9 +987,7 @@ macro_rules! tool_doc {
987
cargo.rustdocflag("-Arustdoc::private-intra-doc-links");
988
cargo.rustdocflag("--enable-index-page");
989
cargo.rustdocflag("--show-type-layout");
990
- // FIXME: `--generate-link-to-definition` tries to resolve cfged out code
991
- // see https://github.com/rust-lang/rust/pull/122066#issuecomment-1983049222
992
- // cargo.rustdocflag("--generate-link-to-definition");
+ cargo.rustdocflag("--generate-link-to-definition");
993
994
let out_dir = builder.stage_out(compiler, Mode::ToolRustc).join(target).join("doc");
995
$(for krate in $crates {
0 commit comments