-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 7 pull requests #103055
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Closed
Closed
Rollup of 7 pull requests #103055
Conversation
This file contains 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
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`
@bors r+ rollup=never p=7 |
#103054 is failing CI |
it looks like its not failing here? 🤔 |
#103054 is failing in rustdoc-gui tests. They randomly fail. |
Maybe they should be randomly removed then :| |
⌛ Testing commit 94fe5a8 with merge a4b9d940c2e7343d2ae33a5ead46675030eb06bd... |
💔 Test failed - checks-actions |
This is again because of #103003. I cancelled r+ in it. |
The job Click to see the possible cause of the failure (guessed by this bot)
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
rollup
A PR which is a rollup
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
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_literal
ICE #103003 (Fixsuggest_floating_point_literal
ICE)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup