Uh oh!
There was an error while loading. Please reload this page.
resolve before canonicalization in new solver, ICE if unresolved - #114355
Merged
Conversation
rustbot
commented
Aug 2, 2023
Collaborator
Some changes occurred to the core trait solver cc @rust-lang/initiative-trait-system-refactor |
Uh oh!
There was an error while loading. Please reload this page.
compiler-errorsforce-pushed
the
resolve_vars_early
branch
2 times, most recently
from
August 2, 2023 16:28
10bf640 to
c52b16bComparelcnr
reviewed
Aug 3, 2023
Uh oh!
There was an error while loading. Please reload this page.
lcnr
reviewed
Aug 3, 2023
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rust-cloud-vmsBotforce-pushed
the
resolve_vars_early
branch
from
August 3, 2023 20:06
c52b16b to
d87f4a6Comparecompiler-errors
commented
Aug 3, 2023
ContributorAuthor
@bors r=lcnr |
bors
commented
Aug 3, 2023
Collaborator
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Aug 3, 2023
…, r=lcnr resolve before canonicalization in new solver, ICE if unresolved Fold the values with a resolver before canonicalization instead of making it happen within canonicalization. This allows us to filter trivial region constraints from the external constraints. r? `@lcnr`
This was referenced Aug 3, 2023
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Aug 4, 2023
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#114022 (Perform OpaqueCast field projection on HIR, too.) - rust-lang#114253 (Compute variances for lazy type aliases) - rust-lang#114355 (resolve before canonicalization in new solver, ICE if unresolved) - rust-lang#114427 (Handle non-utf8 rpaths (fix FIXME)) - rust-lang#114440 (bootstrap: config: fix version comparison bug) r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fold the values with a resolver before canonicalization instead of making it happen within canonicalization.
This allows us to filter trivial region constraints from the external constraints.
r? @lcnr