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.
1 parent df780f8 commit b22b343Copy full SHA for b22b343
1 file changed
src/bootstrap/src/core/build_steps/doc.rs
@@ -932,7 +932,6 @@ impl Step for Rustc {
932
// see https://github.com/rust-lang/rust/pull/122066#issuecomment-1983049222
933
// If there is any bug, please comment out the next line.
934
cargo.rustdocflag("--generate-link-to-definition");
935
- cargo.rustdocflag("--generate-macro-expansion");
936
937
compile::rustc_cargo(builder, &mut cargo, target, &build_compiler, &self.crates);
938
cargo.arg("-Zskip-rustdoc-fingerprint");
0 commit comments