Preserve placeholder ambiguity during normalization - #159964
Conversation
|
r? @chenyukang rustbot has assigned @chenyukang. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
@rustbot reroll |
|
r? types |
|
I immediately get this change, can you provide some comment/PR description for what went wrong and why this is correct r? BoxyUwU |
|
Failed to set assignee to
|
The problem was that the certainty of the nested goals was combined with the placeholder certainty and then dropped in the normalization path. It is fine to ignore ambiguity from nested goals there since those goals are returned to the caller. placeholder ambiguity is different because it is not reflected in the returned goals |
|
r? lcnr makes sense @bors r+ rollup |
…, r=lcnr Preserve placeholder ambiguity during normalization Fixes rust-lang#159896
|
This pull request was unapproved. This PR was contained in a rollup (#160128), which was unapproved. |
Signed-off-by: Amirhossein Akhlaghpour <m9.akhlaghpoor@gmail.com>
ba4e2f6 to
a519b52
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. |
|
Requested reviewer is already assigned to this pull request. Please choose another assignee. |
|
Failed to set assignee to
|
please don't. We should properly fix the underlying issues here instead, cc https://rust-lang.zulipchat.com/#narrow/channel/364551-t-types.2Ftrait-system-refactor/topic/rigid.20aliases.20in.20region.20handling/with/615617676 why does this PR result in new ICEs here? is that a case not covered in the zulip discussion? |
|
@rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
dae1a44 to
dbf5c56
Compare
Yes this looks like a separate case Waiting for CI |
|
@rustbot ready |
|
that's rust-lang/trait-system-refactor-initiative#293 please do not try to fix it in this PR as it is unrelated and the proper way to fix it is more involved. Would discuss this on zulip first |
dbf5c56 to
281d88d
Compare
|
The job Click to see the possible cause of the failure (guessed by this bot) |
View all comments
Fixes #159896