Generate macro expansion for rust compiler crates docs
This commit is contained in:
parent
1b39278a31
commit
c8c7b5b449
1 changed files with 1 additions and 0 deletions
|
|
@ -932,6 +932,7 @@ 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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue