Uh oh!
There was an error while loading. Please reload this page.
Rollup of stuff (take 2) - #21698
Merged
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. Closesrust-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);`eddyb
commented
Jan 27, 2015
Contributor
@Manishearth You could have just fixed it (see my comment on his PR). |
Manishearth
commented
Jan 27, 2015
MemberAuthor
@eddyb History rewrites with merge commits are a bit harder to do and the merge commits tend to disappear. |
emberian
commented
Jan 27, 2015
Contributor
bors
commented
Jan 28, 2015
Collaborator
bors
commented
Jan 28, 2015
Collaborator
💔 Test failed - auto-win-64-opt |
alexcrichton
commented
Jan 28, 2015
Member
@bors: retry |
bors
commented
Jan 28, 2015
Collaborator
☔ Merge conflict |
richo
commented
Jan 28, 2015
Contributor
oof :( |
Manishearth
commented
Jan 28, 2015
MemberAuthor
Oh, no. @alexcrichton I seem to have bad luck rebasing these -- what sort of flags besides |
alexcrichton
commented
Jan 28, 2015
Member
I normally actually just run |
alexcrichton
commented
Jan 28, 2015
Member
@bors: r+ c7c7d64 p=10 |
bors
commented
Jan 28, 2015
Collaborator
⌛ Testing commit c7c7d64 with merge 9cc35d7... |
Conflicts: src/libcollections/slice.rs src/libcore/nonzero.rs src/libcore/ops.rs
alexcrichton
commented
Jan 28, 2015
Member
alexcrichton
commented
Jan 28, 2015
Member
@bors: p=10 |
alexcrichton
commented
Jan 28, 2015
Member
@bors: rollup- |
bors
commented
Jan 28, 2015
Collaborator
bors
commented
Jan 28, 2015
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 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.
This should work now.