Skip to content

refactor: remove Adjust::ReborrowPin#151932

Open
frank-king wants to merge 1 commit intorust-lang:mainfrom
frank-king:refactor/pin-coerce-3
Open

refactor: remove Adjust::ReborrowPin#151932
frank-king wants to merge 1 commit intorust-lang:mainfrom
frank-king:refactor/pin-coerce-3

Conversation

@frank-king
Copy link
Copy Markdown
Contributor

@frank-king frank-king commented Feb 1, 2026

Followed by #149130, this PR removes Adjust::ReborrowPin and use an Adjust::Deref(DerefAdjustKind::Pin) followed by an Adjust::Borrow(AutoBorrow::Pin) instead.

@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 Feb 1, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Feb 1, 2026

r? @jdonszelmann

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

@frank-king
Copy link
Copy Markdown
Contributor Author

frank-king commented Feb 1, 2026

@rustbot blocked

r? jackh726

@rustbot rustbot assigned jackh726 and unassigned jdonszelmann Feb 1, 2026
@rustbot rustbot added S-blocked Status: Blocked on something else such as an RFC or other implementation work. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 1, 2026
@rust-bors

This comment has been minimized.

@frank-king frank-king force-pushed the refactor/pin-coerce-3 branch from 847f1bb to f78cbce Compare March 11, 2026 07:19
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Mar 11, 2026

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.

@frank-king
Copy link
Copy Markdown
Contributor Author

@rustbot ready

@rustbot rustbot 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 11, 2026
@jackh726
Copy link
Copy Markdown
Member

@bors r+ rollup

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Mar 31, 2026

📌 Commit f78cbce has been approved by jackh726

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 Mar 31, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Mar 31, 2026
…r=jackh726

refactor: remove `Adjust::ReborrowPin`

Followed by rust-lang#149130, this PR removes `Adjust::ReborrowPin` and use an `Adjust::Deref(DerefAdjustKind::Pin)` followed by an `Adjust::Borrow(AutoBorrow::Pin)` instead.
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Mar 31, 2026
…r=jackh726

refactor: remove `Adjust::ReborrowPin`

Followed by rust-lang#149130, this PR removes `Adjust::ReborrowPin` and use an `Adjust::Deref(DerefAdjustKind::Pin)` followed by an `Adjust::Borrow(AutoBorrow::Pin)` instead.
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.

4 participants