Skip to content

Commit bf99269

Browse files
committed
Auto merge of #160098 - camelid:bootstrap-doc-mergeable, r=<try>
bootstrap: Enable rustdoc mergeable CCI for std and internal docs try-job: dist-x86_64-linux
2 parents e19d321 + d966459 commit bf99269

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bootstrap/src/core/builder/cargo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ impl Builder<'_> {
663663
}
664664

665665
if cmd_kind == Kind::Doc {
666+
cargo.arg("-Zrustdoc-mergeable-info");
666667
let my_out = match mode {
667668
// This is the intended out directory for compiler documentation.
668669
Mode::Rustc | Mode::ToolRustcPrivate | Mode::ToolBootstrap | Mode::ToolTarget => {

0 commit comments

Comments
 (0)