Rollup of 7 pull requests#103055
Closed
matthiaskrgr wants to merge 17 commits intorust-lang:masterfrom
Closed
Conversation
refactor: use grep -E/-F instead of fgrep/egrep `egrep` and `fgrep` are obsolescent now. This PR updates all `egrep` and `fgrep` commands to `grep -E` and `grep -F`. Running egrep/fgrep command with grep v3.8 will output the following warning to stderr: ``` egrep: warning: egrep is obsolescent; using grep -E ``` - https://www.phoronix.com/news/GNU-Grep-3.8-Stop-egrep-fgrep - https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html
…oshtriplett Improved documentation for `std::io::Error`
Fix `suggest_floating_point_literal` ICE Fixes rust-lang#102989
checktools: fix comments This bothers me each time I see it, time to fix it. ;) r? ``@Mark-Simulacrum``
…eGomez Remove leading newlines from integer primitive doc examples fixes rust-lang#103043 ``@rustbot`` label +A-docs
…est, r=notriddle Update browser-ui-test version to fix some flaky tests Part of rust-lang#93784. It should fix the new spurious failure found in rust-lang#102744. r? `@notriddle`
…est, r=notriddle Clean up rust-logo rustdoc GUI test r? `@notriddle`
Member
Author
|
@bors r+ rollup=never p=7 |
Collaborator
Member
|
#103054 is failing CI |
Member
Author
|
it looks like its not failing here? 🤔 |
Member
|
#103054 is failing in rustdoc-gui tests. They randomly fail. |
Member
Author
|
Maybe they should be randomly removed then :| |
Collaborator
|
⌛ Testing commit 94fe5a8 with merge a4b9d940c2e7343d2ae33a5ead46675030eb06bd... |
Collaborator
|
💔 Test failed - checks-actions |
Member
|
This is again because of #103003. I cancelled r+ in it. |
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
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.
Successful merges:
std::io::Error#102781 (Improved documentation forstd::io::Error)suggest_floating_point_literalICE #103003 (Fixsuggest_floating_point_literalICE)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup