refactor rustc_hir_typeck/src/op.rs#154223
Conversation
|
r? @adwinwhite rustbot has assigned @adwinwhite. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
60bad65 to
f803f56
Compare
|
This is a fairly large PR -- could you help reviewers by adding some context to the description? It would be great to have a summary of what was changed, the key decisions made and the reasoning behind them, and ideally a breakdown into separate commits to make it easier to review piece by piece. |
|
Updated the description. There weren't really any key decisions to make since this is a refactor with no behaviour changes. As for separate commits, splitting style changes after the fact would be tedious and I'm not sure it would add much value for reviewers. |
This comment has been minimized.
This comment has been minimized.
|
@malezjaa I'm really sorry that I didn't get to this quickly. Thank you for trying to clean this up. |
|
I am also sorry for closing this so quickly. I’ll try to resolve these merge conflicts as soon as I can. |
f803f56 to
572d1dc
Compare
|
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. |
|
@rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
Fixes #64297
This is a refactoring PR with no logic or behaviour changes. I tried to improve readability of op.rs, which had a few very large functions using some suboptimal syntax. I broke these up into smaller helpers.