Skip to content

Small style improvement in gvn.rs - #126392

Merged
bors merged 1 commit into
rust-lang:masterfrom
WaffleLapkin:gvn-style-ish-changes
Jun 14, 2024
Merged

Small style improvement in gvn.rs#126392
bors merged 1 commit into
rust-lang:masterfrom
WaffleLapkin:gvn-style-ish-changes

Conversation

@WaffleLapkin

Copy link
Copy Markdown
Member

Allowed by #110451 (comment). :P

r? @scottmcm

@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 Jun 13, 2024
@rustbot

Copy link
Copy Markdown
Collaborator

Some changes occurred to MIR optimizations

cc @rust-lang/wg-mir-opt

@scottmcm

Copy link
Copy Markdown
Member

Unsurprisingly, I'm a fan :)
@bors r+ rollup

@bors

bors commented Jun 13, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 10c7643 has been approved by scottmcm

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 Jun 13, 2024
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jun 13, 2024
…, r=scottmcm
Small style improvement in `gvn.rs`
Allowed by rust-lang#110451 (comment). :P
r? `@scottmcm`
This was referenced Jun 13, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 13, 2024
…iaskrgr
Rollup of 10 pull requests
Successful merges:
- rust-lang#123726 (Clarify `Command::new` behavior for programs with arguments)
- rust-lang#126088 ([1/2] clean-up / general improvements)
- rust-lang#126238 (Fix Miri sysroot for `x run`)
- rust-lang#126315 (Add pub struct with allow(dead_code) into worklist)
- rust-lang#126360 (Uplift `structural_traits.rs` into the new trait solver)
- rust-lang#126371 (Tweak output of import suggestions)
- rust-lang#126388 (const-eval: make lint scope computation consistent)
- rust-lang#126390 (Fix wording in {checked_}next_power_of_two)
- rust-lang#126392 (Small style improvement in `gvn.rs`)
- rust-lang#126402 (Fix wrong `assert_unsafe_precondition` message for `core::ptr::copy`)
r? `@ghost`
`@rustbot` modify labels: rollup
workingjubilee added a commit to workingjubilee/rustc that referenced this pull request Jun 13, 2024
…, r=scottmcm
Small style improvement in `gvn.rs`
Allowed by rust-lang#110451 (comment). :P
r? ```@scottmcm```
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 13, 2024
…kingjubilee
Rollup of 8 pull requests
Successful merges:
- rust-lang#121216 (Always emit `native-static-libs` note, even if it is empty)
- rust-lang#123726 (Clarify `Command::new` behavior for programs with arguments)
- rust-lang#125722 (Indicate in `non_local_defs` lint that the macro needs to change)
- rust-lang#126088 ([1/2] clean-up / general improvements)
- rust-lang#126390 (Fix wording in {checked_}next_power_of_two)
- rust-lang#126392 (Small style improvement in `gvn.rs`)
- rust-lang#126402 (Fix wrong `assert_unsafe_precondition` message for `core::ptr::copy`)
- rust-lang#126445 (Remove failing GUI test to stop blocking CI until it is fixed)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 13, 2024
…kingjubilee
Rollup of 8 pull requests
Successful merges:
- rust-lang#121216 (Always emit `native-static-libs` note, even if it is empty)
- rust-lang#123726 (Clarify `Command::new` behavior for programs with arguments)
- rust-lang#125722 (Indicate in `non_local_defs` lint that the macro needs to change)
- rust-lang#126088 ([1/2] clean-up / general improvements)
- rust-lang#126390 (Fix wording in {checked_}next_power_of_two)
- rust-lang#126392 (Small style improvement in `gvn.rs`)
- rust-lang#126402 (Fix wrong `assert_unsafe_precondition` message for `core::ptr::copy`)
- rust-lang#126445 (Remove failing GUI test to stop blocking CI until it is fixed)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 14, 2024
…iaskrgr
Rollup of 10 pull requests
Successful merges:
- rust-lang#123726 (Clarify `Command::new` behavior for programs with arguments)
- rust-lang#126088 ([1/2] clean-up / general improvements)
- rust-lang#126238 (Fix Miri sysroot for `x run`)
- rust-lang#126315 (Add pub struct with allow(dead_code) into worklist)
- rust-lang#126360 (Uplift `structural_traits.rs` into the new trait solver)
- rust-lang#126371 (Tweak output of import suggestions)
- rust-lang#126388 (const-eval: make lint scope computation consistent)
- rust-lang#126390 (Fix wording in {checked_}next_power_of_two)
- rust-lang#126392 (Small style improvement in `gvn.rs`)
- rust-lang#126402 (Fix wrong `assert_unsafe_precondition` message for `core::ptr::copy`)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 424fe2c into rust-lang:masterJun 14, 2024
@rustbotrustbot added this to the 1.81.0 milestone Jun 14, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Jun 14, 2024
Rollup merge of rust-lang#126392 - WaffleLapkin:gvn-style-ish-changes, r=scottmcm
Small style improvement in `gvn.rs`
Allowed by rust-lang#110451 (comment). :P
r? ``@scottmcm``
@WaffleLapkin
WaffleLapkin deleted the gvn-style-ish-changes branch June 15, 2024 00:44
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.

4 participants

@WaffleLapkin@rustbot@scottmcm@bors