Skip to content

tests/debuginfo/function-arg-initialization.rs: Stop disabling SingleUseConsts MIR pass - #150210

Merged
bors merged 1 commit into
rust-lang:mainfrom
Enselic:run-mir-pass
Dec 22, 2025
Merged

tests/debuginfo/function-arg-initialization.rs: Stop disabling SingleUseConsts MIR pass#150210
bors merged 1 commit into
rust-lang:mainfrom
Enselic:run-mir-pass

Conversation

@Enselic

@EnselicEnselic commented Dec 20, 2025

Copy link
Copy Markdown
Member

This test passes locally for me. Let's see if it passes CI too.

Discovered while I worked on #150201.

CC #128945

@rustbotrustbot added 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 Dec 20, 2025
@rustbot

Copy link
Copy Markdown
Collaborator

Mark-Simulacrum is not on the review rotation at the moment.
They may take a while to respond.

@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

@saethlin

Copy link
Copy Markdown
Member

r? saethlin

@saethlin

Copy link
Copy Markdown
Member

@bors r+ rollup=iffy

@bors

bors commented Dec 20, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit b7a0f84 has been approved by saethlin

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 Dec 20, 2025
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Dec 21, 2025
tests/debuginfo/function-arg-initialization.rs: Stop disabling SingleUseConsts MIR pass
This test passes locally for me. Let's see if it passes CI too.
Discovered while I worked on rust-lang#150201.
CC rust-lang#128945
bors added a commit that referenced this pull request Dec 21, 2025
…uwer
Rollup of 13 pull requests
Successful merges:
- #146377 (Don't strip shebang in expr-ctxt `include!(…)`)
- #149812 (Add const default for OnceCell and OnceLock)
- #149882 (miri: add -Zbinary-dep-depinfo to dependency builds)
- #150009 (Enable llvm-libunwind by default for Hexagon targets)
- #150035 (fix docustring on fetch_or)
- #150082 (tests/ui/traits/fmt-pointer-trait.rs: Add HRTB fn pointer case)
- #150160 (Fix ICE (#149980) for invalid EII in statement position)
- #150184 (mir_build: Use the same length type for `TestableCase::Slice` and `TestKind::Len`)
- #150185 ([rustdoc] Add missing close tags in extern crate reexports)
- #150191 (change non-canonical clone impl to {*self}, fix some doc comments)
- #150203 (Drop the From derive macro from the v1 prelude)
- #150208 (Update books)
- #150210 (tests/debuginfo/function-arg-initialization.rs: Stop disabling SingleUseConsts MIR pass)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors

bors commented Dec 21, 2025

Copy link
Copy Markdown
Collaborator

⌛ Testing commit b7a0f84 with merge 38cf4da...

bors added a commit that referenced this pull request Dec 21, 2025
tests/debuginfo/function-arg-initialization.rs: Stop disabling SingleUseConsts MIR pass
This test passes locally for me. Let's see if it passes CI too.
Discovered while I worked on #150201.
CC #128945
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Dec 21, 2025
tests/debuginfo/function-arg-initialization.rs: Stop disabling SingleUseConsts MIR pass
This test passes locally for me. Let's see if it passes CI too.
Discovered while I worked on rust-lang#150201.
CC rust-lang#128945
@JonathanBrouwer

Copy link
Copy Markdown
Member

@bors retry
Yielding to enclosing rollup

@JonathanBrouwer

Copy link
Copy Markdown
Member

Whoops someone made a rollup before me so this is not included in the rollup, sorry :P

bors added a commit that referenced this pull request Dec 21, 2025
…uwer
Rollup of 4 pull requests
Successful merges:
- #149512 (Fix d32 usage in Arm target specs )
- #150210 (tests/debuginfo/function-arg-initialization.rs: Stop disabling SingleUseConsts MIR pass)
- #150221 (rustdoc: handle macro expansions in types)
- #150223 (GVN: Adds the `insert_unique` method)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 0177e98 into rust-lang:mainDec 22, 2025
11 of 12 checks passed
@rustbotrustbot added this to the 1.94.0 milestone Dec 22, 2025
rust-timer added a commit that referenced this pull request Dec 22, 2025
Rollup merge of #150210 - Enselic:run-mir-pass, r=saethlin
tests/debuginfo/function-arg-initialization.rs: Stop disabling SingleUseConsts MIR pass
This test passes locally for me. Let's see if it passes CI too.
Discovered while I worked on #150201.
CC #128945
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

6 participants

@Enselic@rustbot@saethlin@bors@JonathanBrouwer@Mark-Simulacrum