Skip to content

[tiny] Remove some unecessary .into() calls#157837

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
estebank:useless-into-in-rustc
Jun 14, 2026
Merged

[tiny] Remove some unecessary .into() calls#157837
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
estebank:useless-into-in-rustc

Conversation

@estebank

Copy link
Copy Markdown
Contributor

No description provided.

@rustbot

rustbot commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Some changes occurred in compiler/rustc_builtin_macros/src/autodiff.rs

cc @ZuseZ4

Some changes occurred to the CTFE machinery

cc @RalfJung, @oli-obk, @lcnr

Some changes occurred to the CTFE / Miri interpreter

cc @rust-lang/miri

@rustbot rustbot 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 12, 2026
@rustbot

rustbot commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

r? @tiif

rustbot has assigned @tiif.
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

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: borrowck, compiler
  • borrowck, compiler expanded to 73 candidates
  • Random selection from 20 candidates

@rust-bors

This comment has been minimized.

@lcnr

lcnr commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

r=me after rebase? 🤔

@lcnr

lcnr commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

r? lcnr

@rustbot rustbot assigned lcnr and unassigned tiif Jun 13, 2026
@estebank estebank force-pushed the useless-into-in-rustc branch from d84f4ed to 5846d99 Compare June 13, 2026 19:41
@rustbot

rustbot commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@estebank

Copy link
Copy Markdown
Contributor Author

@bors r=lcnr

@rust-bors

rust-bors Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 5846d99 has been approved by lcnr

It is now in the queue for this repository.

@rust-bors rust-bors Bot 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, 2026
@rust-bors

rust-bors Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

⌛ Testing commit 5846d99 with merge fd34ff7...

Workflow: https://github.com/rust-lang/rust/actions/runs/27483302894

rust-bors Bot pushed a commit that referenced this pull request Jun 14, 2026
[tiny] Remove some unecessary `.into()` calls
@jhpratt

jhpratt commented Jun 14, 2026

Copy link
Copy Markdown
Member

Stalled. Yielding to an encompassing rollup

@bors yield

@rust-bors

rust-bors Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Auto build was cancelled. Cancelled workflows:

The next pull request likely to be tested is #157882.

rust-bors Bot pushed a commit that referenced this pull request Jun 14, 2026
Rollup of 5 pull requests

Successful merges:

 - #157837 ([tiny] Remove some unecessary `.into()` calls)
 - #157538 (std: move `PidFd` to `sys::process`)
 - #157791 (Add regression test for pclmulqdq inlining across target feature)
 - #157867 (std: sys: xous: clamp condvar wait_timeout instead of truncating)
 - #157876 (Stabilize `#![feature(box_as_ptr)]`)
@rust-bors rust-bors Bot merged commit 5037b44 into rust-lang:main Jun 14, 2026
13 of 14 checks passed
@rustbot rustbot added this to the 1.98.0 milestone Jun 14, 2026
rust-timer added a commit that referenced this pull request Jun 14, 2026
Rollup merge of #157837 - estebank:useless-into-in-rustc, r=lcnr

[tiny] Remove some unecessary `.into()` calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant 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