Skip to content

refactor: add an enum DerefAdjustKind in favor of Option<OverloadedDeref>#151850

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
frank-king:refactor/pin-coerce-2
Jan 31, 2026
Merged

refactor: add an enum DerefAdjustKind in favor of Option<OverloadedDeref>#151850
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
frank-king:refactor/pin-coerce-2

Conversation

@frank-king
Copy link
Contributor

@frank-king frank-king commented Jan 30, 2026

Part of #149130.

r? jackh726

@rustbot
Copy link
Collaborator

rustbot commented Jan 30, 2026

Some changes occurred in need_type_info.rs

cc @lcnr

Some changes occurred in exhaustiveness checking

cc @Nadrieril

Some changes occurred in src/tools/clippy

cc @rust-lang/clippy

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jan 30, 2026
@frank-king frank-king changed the title refactor: add an enum DerefAdjustKind in favor of `Option<OverloadedDeref> refactor: add an enum DerefAdjustKind in favor of Option<OverloadedDeref> Jan 30, 2026
@rust-log-analyzer

This comment has been minimized.

@frank-king frank-king force-pushed the refactor/pin-coerce-2 branch from 0d3b143 to e77026f Compare January 30, 2026 06:35
@jackh726
Copy link
Member

r=me after the other PR lands, with or without the nit

@bors delegate+

@rust-bors
Copy link
Contributor

rust-bors bot commented Jan 31, 2026

✌️ @frank-king, you can now approve this pull request!

If @jackh726 told you to "r=me" after making some further change, then please make that change and post @bors r=jackh726.

@frank-king frank-king force-pushed the refactor/pin-coerce-2 branch from e77026f to 25fa706 Compare January 31, 2026 07:35
@rustbot
Copy link
Collaborator

rustbot commented Jan 31, 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.

@rust-log-analyzer

This comment has been minimized.

@frank-king frank-king force-pushed the refactor/pin-coerce-2 branch from 25fa706 to 996425b Compare January 31, 2026 08:26
@frank-king
Copy link
Contributor Author

Now that the other refactor PR has been removed, this PR can be landed too.

@bors r=jackh726 rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Jan 31, 2026

📌 Commit 996425b 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 Jan 31, 2026
rust-bors bot pushed a commit that referenced this pull request Jan 31, 2026
…uwer

Rollup of 3 pull requests

Successful merges:

 - #151908 (Remove unused method `DroplessArena::contains_slice`)
 - #151850 (refactor: add an `enum DerefAdjustKind` in favor of `Option<OverloadedDeref>`)
 - #151889 (Fix ICE when parsing frontmatter without newline)
@rust-bors rust-bors bot merged commit 1b7a7c7 into rust-lang:main Jan 31, 2026
11 checks passed
@rustbot rustbot added this to the 1.95.0 milestone Jan 31, 2026
rust-timer added a commit that referenced this pull request Jan 31, 2026
Rollup merge of #151850 - frank-king:refactor/pin-coerce-2, r=jackh726

refactor: add an `enum DerefAdjustKind` in favor of `Option<OverloadedDeref>`

Part of #149130.

r? jackh726
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-clippy Relevant to the Clippy team. 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