Uh oh!
There was an error while loading. Please reload this page.
Rollup of 6 pull requests - #88921
Closed
workingjubilee wants to merge 17 commits into
Closed
Conversation
* Add test for jump-to-def links background color
…mut, r=dtolnay Make `UnsafeCell::get_mut` const
…r=estebank feat(rustc_typeck): suggest removing bad parens in `(recv.method)()` Fixesrust-lang#88803
Fix duplicate bounds for const_trait_impl Fixesrust-lang#88383. Compare the constness of the candidates before winnowing and removing a `~const` `BoundCandidate`.
… r=nagisa Allow simd_shuffle to accept vectors of any length cc ``@rust-lang/project-portable-simd`` ``@workingjubilee``
…und, r=camelid Fix jump def background Fixesrust-lang#88870. I somehow badly wrote the color in rust-lang#88111. r? ``@camelid``
Reduce possibility of flaky tests As asked in rust-lang#88885. r? ````@camelid````
workingjubilee
commented
Sep 14, 2021
MemberAuthor
@bors r+ p=2 rollup=never |
bors
commented
Sep 14, 2021
Collaborator
📌 Commit 2901caf has been approved by |
bors
commented
Sep 14, 2021
Collaborator
⌛ Testing commit 2901caf with merge 9e5bacb8b5be9a0631880e0fe5b1f9e8c7ecbad9... |
bors
commented
Sep 14, 2021
Collaborator
💔 Test failed - checks-actions |
rust-log-analyzer
commented
Sep 14, 2021
Collaborator
The job Click to see the possible cause of the failure (guessed by this bot) |
workingjubilee
commented
Sep 14, 2021
MemberAuthor
It is extremely unlikely, to me, that these Windows errors are anything but spurious. |
workingjubilee
commented
Sep 14, 2021
MemberAuthor
Perhaps I can duplicate Guillaime's "success", at least: |
bors
commented
Sep 14, 2021
Collaborator
⌛ Testing commit 2901caf with merge c0be236ea97388032e792aa5261bc32a617e1a14... |
rust-log-analyzer
commented
Sep 14, 2021
Collaborator
bors
commented
Sep 14, 2021
Collaborator
⌛ Testing commit 2901caf with merge 049dd124b495d232ce9899b2ad3461221674c2ee... |
rust-log-analyzer
commented
Sep 14, 2021
Collaborator
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Sep 14, 2021
Collaborator
💔 Test failed - checks-actions |
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 freeto 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.
Successful merges:
UnsafeCell::get_mutconst #88722 (MakeUnsafeCell::get_mutconst)(recv.method)()#88841 (feat(rustc_typeck): suggest removing bad parens in(recv.method)())Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup