-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport fix for rustdoc overflows #55590
Backport fix for rustdoc overflows #55590
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
|
📌 Commit ffaf7ee has been approved by |
cc @Mark-Simulacrum, should we rollup this in the point release PR instead of landing it on its own? |
@bors r- Yes, I'd rather not have the stable branch out of sync for too long (and I think that could maybe cause issues with dev-static builds, too). |
Does this also fix #54524? |
@weiznich seems likely, but I haven't tried it yet |
@nikomatsakis After looking at the patch I do not think that this will fix building diesels documentation, because it is the same patch that was applied to nightly some time back. The overflow continues to happen with the latest (rustdoc +nightly --version rustdoc 1.32.0-nightly (451987d 2018-11-01)) nightly. |
@weiznich ah, ok. |
@Mark-Simulacrum ok sorry just let me know how you want to proceed :) |
Essentially we should make this PR have the necessary commits to land on stable and 2-3 days out we'd roll-up all the stable targeting PRs into one and land that. So I think this PR might need some changes perhaps? |
@Mark-Simulacrum I don't think there is any fix for the diesel docs regression yet. |
Right, but when/if that happens we'll want to also backport that (perhaps in this PR). |
Backport of #54199 to stable
Fixes #52873