Uh oh!
There was an error while loading. Please reload this page.
Rustfmt now support use closures - #139692
Merged
Merged
Conversation
rustbot
commented
Apr 11, 2025
Collaborator
rustbot has assigned @Mark-Simulacrum. Use |
This comment has been minimized.
This comment has been minimized.
spastorinoforce-pushed
the
do-not-rustfmt-ignore
branch
from
April 23, 2025 20:30
6a3d3fe to
4781ecdCompare
This comment has been minimized.
This comment has been minimized.
spastorinoforce-pushed
the
do-not-rustfmt-ignore
branch
from
May 15, 2025 19:43
4781ecd to
7b9072dCompare
This comment has been minimized.
This comment has been minimized.
spastorinoforce-pushed
the
do-not-rustfmt-ignore
branch
from
July 2, 2025 15:50
7b9072d to
6c3e13eCompare
This comment has been minimized.
This comment has been minimized.
bors
commented
Jul 22, 2025
Collaborator
☔ The latest upstream changes (presumably #144249) made this pull request unmergeable. Please resolve the merge conflicts. |
spastorino
commented
Dec 2, 2025
MemberAuthor
This is waiting on an update to |
spastorinoforce-pushed
the
do-not-rustfmt-ignore
branch
from
December 3, 2025 14:36
6c3e13e to
1bf5fa9Compare
This comment has been minimized.
This comment has been minimized.
MemberAuthor
This needs rustfmt >= 2026-02-28, as soon as we have this version running we can rebase and merge. |
spastorinoforce-pushed
the
do-not-rustfmt-ignore
branch
from
March 8, 2026 13:22
1bf5fa9 to
85c4af7Comparespastorino
marked this pull request as ready for review
March 8, 2026 13:23
Mark-Simulacrum
commented
Mar 8, 2026
Member
@bors r+ rollup |
Contributor
jhpratt added a commit
to jhpratt/rust
that referenced
this pull request
Mar 9, 2026
…r=Mark-Simulacrum Rustfmt now support use closures This should be merged when rust-lang/rustfmt#6532 is used by CI's rustfmt.
rust-borsBot
pushed a commit
that referenced
this pull request
Mar 9, 2026
Rollup of 6 pull requests Successful merges: - #153290 (tests: codegen-llvm: iter-repeat-n-trivial-drop: Allow non-zero lower bound to __rust_alloc size) - #153413 (std: organise `sys::pal::os`) - #139692 (Rustfmt now support use closures) - #153244 (tools: remote-test-server: Add UEFI run support) - #153305 (Adapt codegen test to accept operand bundles) - #153340 (tweak r-a default settings)
rust-borsBot
pushed a commit
that referenced
this pull request
Mar 9, 2026
Rollup of 6 pull requests Successful merges: - #153290 (tests: codegen-llvm: iter-repeat-n-trivial-drop: Allow non-zero lower bound to __rust_alloc size) - #153413 (std: organise `sys::pal::os`) - #139692 (Rustfmt now support use closures) - #153244 (tools: remote-test-server: Add UEFI run support) - #153305 (Adapt codegen test to accept operand bundles) - #153340 (tweak r-a default settings)
rust-borsBot
pushed a commit
that referenced
this pull request
Mar 9, 2026
…uwer Rollup of 11 pull requests Successful merges: - #152847 (Test for armv7 `get_unchecked(...)` inlining) - #153290 (tests: codegen-llvm: iter-repeat-n-trivial-drop: Allow non-zero lower bound to __rust_alloc size) - #153413 (std: organise `sys::pal::os`) - #139692 (Rustfmt now support use closures) - #152800 (Adds recursion limit into FindParamInClause) - #153244 (tools: remote-test-server: Add UEFI run support) - #153305 (Adapt codegen test to accept operand bundles) - #153340 (tweak r-a default settings) - #153509 (Cleanup unused diagnostic emission methods - part 2) - #153527 (Fix LegacyKeyValueFormat report from docker build: ohos) - #153594 (Move some ui tests)
Uh oh!
There was an error while loading. Please reload this page.
rust-timer added a commit
that referenced
this pull request
Mar 9, 2026
Rollup merge of #139692 - spastorino:do-not-rustfmt-ignore, r=Mark-Simulacrum Rustfmt now support use closures This should be merged when rust-lang/rustfmt#6532 is used by CI's rustfmt.
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 be merged when rust-lang/rustfmt#6532 is used by CI's rustfmt.