Fix xfail'd ARC test#5881
Closed
danluu wants to merge 1 commit intorust-lang:incomingfrom
danluu:xfail_bind_by_move
Closed
Fix xfail'd ARC test#5881danluu wants to merge 1 commit intorust-lang:incomingfrom danluu:xfail_bind_by_move
danluu wants to merge 1 commit intorust-lang:incomingfrom
danluu:xfail_bind_by_move
Conversation
bors
added a commit
that referenced
this pull request
Apr 15, 2013
Update an old test to pass. I'm not 100% sure what the intent of the test was, but it's hard to see how I could have corrupted the intent of the test from the tiny changes I made.
flip1995
pushed a commit
to flip1995/rust
that referenced
this pull request
Aug 28, 2020
…=ebroto,flip1995 Lint `push_str` with a single-character string literal Fixes rust-lang#5875 changelog: `* [single_char_push_str]`
calebcartwright
pushed a commit
to calebcartwright/rust
that referenced
this pull request
Oct 23, 2023
* Inline format arguments for easier reading Code becomes shorter and often easier to read when format args are inlined. Note that I skipped the mixed cases to make it more straightforward (could be done separatelly). Also, there are two FIXME comments - for some reasons inlining makes format string exceed 100 char line width and crash. ``` cargo clippy --workspace --allow-dirty --fix --benches --tests --bins -- -A clippy::all -W clippy::uninlined_format_args ``` * address feedback
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.
Update an old test to pass. I'm not 100% sure what the intent of the test was, but it's hard to see how I could have corrupted the intent of the test from the tiny changes I made.