Greatly improve limitation handling on parallel rustdoc GUI test run#88188
Merged
bors merged 1 commit intorust-lang:masterfrom Aug 23, 2021
Merged
Conversation
the8472
reviewed
Aug 20, 2021
ae9dc54 to
839ea2d
Compare
Member
Author
|
@the8472 I implemented your suggestion, thanks a lot! I discovered |
dns2utf8
suggested changes
Aug 23, 2021
Contributor
dns2utf8
left a comment
There was a problem hiding this comment.
Looking good, I have some minor change requests
839ea2d to
b7fe005
Compare
Member
Author
|
@bors: r=dns2utf8 rollup |
Collaborator
|
📌 Commit b7fe005 has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Aug 23, 2021
Rollup of 6 pull requests Successful merges: - rust-lang#87976 (Account for tabs when highlighting multiline code suggestions) - rust-lang#88174 (Clarify some wording in Rust 2021 lint docs) - rust-lang#88188 (Greatly improve limitation handling on parallel rustdoc GUI test run) - rust-lang#88230 (Fix typos “a”→“an”) - rust-lang#88232 (Add notes to macro-not-found diagnostics to point out how things with the same name were not a match.) - rust-lang#88259 (Do not mark `-Z thir-unsafeck` as unsound anymore) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up of #88082.
r? @dns2utf8