Skip to content

Commit b22b343

Browse files
committed
Revert "Generate macro expansion for rust compiler crates docs"
This reverts commit c820f46 due to an ICE encountered while bumping the bootstrap compiler to 1.93-beta.
1 parent df780f8 commit b22b343

File tree

1 file changed

+0
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-1
lines changed

src/bootstrap/src/core/build_steps/doc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,6 @@ impl Step for Rustc {
932932
// see https://github.com/rust-lang/rust/pull/122066#issuecomment-1983049222
933933
// If there is any bug, please comment out the next line.
934934
cargo.rustdocflag("--generate-link-to-definition");
935-
cargo.rustdocflag("--generate-macro-expansion");
936935

937936
compile::rustc_cargo(builder, &mut cargo, target, &build_compiler, &self.crates);
938937
cargo.arg("-Zskip-rustdoc-fingerprint");

0 commit comments

Comments
 (0)