Revert "Generate macro expansion for rust compiler crates docs"

This reverts commit c820f46122 due to an
ICE encountered while bumping the bootstrap compiler to 1.93-beta.
This commit is contained in:
Josh Stone 2025-12-19 15:06:11 -08:00
parent df780f87c7
commit b22b343faf

View file

@ -932,7 +932,6 @@ impl Step for Rustc {
// see https://github.com/rust-lang/rust/pull/122066#issuecomment-1983049222
// If there is any bug, please comment out the next line.
cargo.rustdocflag("--generate-link-to-definition");
cargo.rustdocflag("--generate-macro-expansion");
compile::rustc_cargo(builder, &mut cargo, target, &build_compiler, &self.crates);
cargo.arg("-Zskip-rustdoc-fingerprint");