rustbot · GitHub

@camelid camelid changed the title Fix mergeable doc flags fix: Pass rustdoc flags to final CCI merge step

Jul 28, 2026

Open

weihanglo

@camelid

@camelid

weihanglo

@camelid camelid changed the title fix: Pass rustdoc flags to final CCI merge step fix: Pass RUSTDOCFLAGS to final CCI merge step

Jul 29, 2026

@camelid

@camelid camelid changed the title fix: Pass RUSTDOCFLAGS to final CCI merge step fix: Pass rustdoc flags to final CCI merge step

Jul 29, 2026

camelid

@camelid

camelid marked this pull request as ready for review

July 29, 2026 18:55

weihanglo

Cargo wasn't passing the `--resource-suffix` to the final merge step,
breaking the filename for the search index in rust-lang/rust (and
probably many other use cases). In fact, Cargo wasn't passing the
RUSTDOCFLAGS at all. This commit changes Cargo to pass the same flags to
the final merge invocation as to each crate's rustdoc invocation. This
conflates flags for two somewhat different things, but we already share
the same flags across all crates so I think sharing them with the merge
makes sense.

@camelid

weihanglo

@weihanglo

@weihanglo

This was referenced

Jul 29, 2026

Open

Merged

rust-bors Bot pushed a commit to rust-lang/rust that referenced this pull request

Jul 29, 2026

rust-bors Bot pushed a commit to rust-lang/rust that referenced this pull request

Jul 30, 2026

@camelid

camelid deleted the fix-mergeable-doc-flags branch

July 30, 2026 16:00

Read the original on github.com ↗