camelid
changed the title
Fix mergeable doc flags
fix: Pass rustdoc flags to final CCI merge step
Open
camelid
changed the title
fix: Pass rustdoc flags to final CCI merge step
fix: Pass RUSTDOCFLAGS to final CCI merge step
camelid
changed the title
fix: Pass RUSTDOCFLAGS to final CCI merge step
fix: Pass rustdoc flags to final CCI merge step
camelid marked this pull request as ready for review
July 29, 2026 18:55Cargo 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.
This was referenced
Jul 29, 2026Open
Merged
camelid deleted the fix-mergeable-doc-flags branch
July 30, 2026 16:00