Uh oh!
There was an error while loading. Please reload this page.
Deduplication: Extract a shared helper function to remove duplicate associated const binding lowering - #155196
Conversation
rustbot
commented
Apr 12, 2026
HIR ty lowering was modified cc @fmease |
rustbot
commented
Apr 12, 2026
r? @jackh726 rustbot has assigned @jackh726. Use Why was this reviewer chosen?The reviewer was selected based on:
|
afurm
commented
Apr 12, 2026
Nit: |
LaneAsade
commented
Apr 13, 2026
As far as I know, the FIXME in the old |
This comment has been minimized.
This comment has been minimized.
7458605 to
c4c9ddcComparerustbot
commented
Apr 20, 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. |
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
rustbot
commented
Apr 23, 2026
Reminder, once the PR becomes ready for a review, use |
jackh726
commented
Apr 23, 2026
Btw, as an aside: it's not really needed or useful to include the code of the helpful function in the PR description - I went ahead and removed it. |
LaneAsade
commented
Apr 25, 2026
Thank you for the tip. I will keep that in mind next time. |
@bors r=jackh726 |
rustbot
commented
Apr 25, 2026
Requested reviewer is already assigned to this pull request. Please choose another assignee. |
LaneAsade
commented
Apr 25, 2026
@rustbot ready |
jackh726
commented
May 22, 2026
Apologies for the review delay :( now needs a rebase |
This PR aims to deduplicate the code the responsible for lowering the RHS of associated const bindings (found at
bounds.rsandmod.rs) by creating a helper functionlower_assoc_const_binding_rhs.Related: #150621