Skip to content

Rustfmt now support use closures - #139692

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
spastorino:do-not-rustfmt-ignore
Mar 9, 2026
Merged

Rustfmt now support use closures#139692
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
spastorino:do-not-rustfmt-ignore

Conversation

@spastorino

Copy link
Copy Markdown
Member

This should be merged when rust-lang/rustfmt#6532 is used by CI's rustfmt.

@rustbot

Copy link
Copy Markdown
Collaborator

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbotrustbot added A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 11, 2025
@rust-log-analyzer

This comment has been minimized.

@Mark-SimulacrumMark-Simulacrum added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 19, 2025
@spastorino
spastorinoforce-pushed the do-not-rustfmt-ignore branch from 6a3d3fe to 4781ecdCompareApril 23, 2025 20:30
@rust-log-analyzer

This comment has been minimized.

@spastorino
spastorinoforce-pushed the do-not-rustfmt-ignore branch from 4781ecd to 7b9072dCompareMay 15, 2025 19:43
@rust-log-analyzer

This comment has been minimized.

@spastorino
spastorinoforce-pushed the do-not-rustfmt-ignore branch from 7b9072d to 6c3e13eCompareJuly 2, 2025 15:50
@rust-log-analyzer

This comment has been minimized.

@bors

bors commented Jul 22, 2025

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #144249) made this pull request unmergeable. Please resolve the merge conflicts.

@spastorinospastorino added S-blocked Status: Blocked on something else such as an RFC or other implementation work. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 2, 2025
@spastorino

Copy link
Copy Markdown
MemberAuthor

This is waiting on an update to src/tools/rustfmt.

@rust-log-analyzer

This comment has been minimized.

@spastorino

spastorino commented Mar 1, 2026

Copy link
Copy Markdown
MemberAuthor

This needs rustfmt >= 2026-02-28, as soon as we have this version running we can rebase and merge.

@spastorino
spastorinoforce-pushed the do-not-rustfmt-ignore branch from 1bf5fa9 to 85c4af7CompareMarch 8, 2026 13:22
@rustbotrustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Mar 8, 2026
@spastorinospastorino added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-blocked Status: Blocked on something else such as an RFC or other implementation work. labels Mar 8, 2026
@spastorino
spastorino marked this pull request as ready for review March 8, 2026 13:23
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+ rollup

@rust-bors

rust-borsBot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 85c4af7 has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@rust-borsrust-borsBot added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Mar 8, 2026
@rust-borsrust-borsBot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 8, 2026
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.
@jhprattjhpratt mentioned this pull request Mar 9, 2026
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)
@rust-bors
rust-borsBot merged commit 9c09ff3 into rust-lang:mainMar 9, 2026
11 checks passed
@rustbotrustbot added this to the 1.96.0 milestone Mar 9, 2026
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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-metaArea: Issues & PRs about the rust-lang/rust repository itselfS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@spastorino@rustbot@rust-log-analyzer@bors@Mark-Simulacrum