Merged
Conversation
Removes min-width rule from body so that the page does not scroll horizontally on mobile displays; hides out-of-band information.
Lifetime elision with two input references is not clear. Closes rust-lang#21284
when saving .rs files under vim do not fail to run the syntax checker error: Unrecognized option: 'parse-only'. due to this commit 953f294 which removed the deprecated flag --parse-only
While waiting on some builds I started cleaning up the various python bits and pieces. I'm going to keep poking, want to ping me before the next rollup?
…r=alexcrichton
Cleanup mention of uint, use usize/us instead. This includes the example `println!("{}", 2u * x);`
Member
|
@Manishearth You could have just fixed it (see my comment on his PR). |
Member
Author
|
@eddyb History rewrites with merge commits are a bit harder to do and the merge commits tend to disappear. |
Contributor
Collaborator
Collaborator
|
💔 Test failed - auto-win-64-opt |
Member
|
@bors: retry |
Collaborator
|
☔ Merge conflict |
Contributor
|
oof :( |
Member
Author
|
Oh, no. @alexcrichton I seem to have bad luck rebasing these -- what sort of flags besides |
Member
|
I normally actually just run |
Member
|
@bors: r+ c7c7d64 p=10 |
Collaborator
|
⌛ Testing commit c7c7d64 with merge 9cc35d7... |
Conflicts: src/libcollections/slice.rs src/libcore/nonzero.rs src/libcore/ops.rs
Member
Member
|
@bors: p=10 |
Member
|
@bors: rollup- |
Collaborator
Collaborator
lnicola
pushed a commit
to lnicola/rust
that referenced
this pull request
Feb 28, 2026
fix: Fix scrutinee expr indent for replace_if_let_with_match
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.
This should work now.