Skip to content

Some clippy cleanups in compiler - #147604

Merged
bors merged 1 commit into
rust-lang:masterfrom
Kivooeo:tear-prev-pr
Oct 12, 2025
Merged

Some clippy cleanups in compiler#147604
bors merged 1 commit into
rust-lang:masterfrom
Kivooeo:tear-prev-pr

Conversation

@Kivooeo

Copy link
Copy Markdown
Member

This extracts some of the changes from #147591 that were worth preserving in my opinion

r? compiler

@rustbotrustbot added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Oct 12, 2025
@nnethercote

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Oct 12, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit dc05250 has been approved by nnethercote

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 12, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Oct 12, 2025
Some clippy cleanups in compiler
This extracts some of the changes from rust-lang#147591 that were worth preserving in my opinion
r? compiler
bors added a commit that referenced this pull request Oct 12, 2025
Rollup of 7 pull requests
Successful merges:
- #147168 (Don't unconditionally build alloc for `no-std` targets)
- #147178 ([DebugInfo] Improve formatting of MSVC enum struct variants)
- #147495 (Update wasm-component-ld to 0.5.18)
- #147576 (Fix ICE on offsetted ZST pointer)
- #147592 (Add tidy to the target of ./x check)
- #147597 (Add a regression test for #72207)
- #147604 (Some clippy cleanups in compiler)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Oct 12, 2025
Rollup of 6 pull requests
Successful merges:
- #147168 (Don't unconditionally build alloc for `no-std` targets)
- #147178 ([DebugInfo] Improve formatting of MSVC enum struct variants)
- #147495 (Update wasm-component-ld to 0.5.18)
- #147592 (Add tidy to the target of ./x check)
- #147597 (Add a regression test for #72207)
- #147604 (Some clippy cleanups in compiler)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 3b1c58f into rust-lang:masterOct 12, 2025
10 checks passed
rust-timer added a commit that referenced this pull request Oct 12, 2025
Rollup merge of #147604 - Kivooeo:tear-prev-pr, r=nnethercote
Some clippy cleanups in compiler
This extracts some of the changes from #147591 that were worth preserving in my opinion
r? compiler
@rustbotrustbot added this to the 1.92.0 milestone Oct 12, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.S-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.

4 participants

@Kivooeo@nnethercote@bors@rustbot