Move relationships from FulfillmentContext to Inherited#104926
Merged
bors merged 5 commits intorust-lang:masterfrom Jan 23, 2023
Merged
Move relationships from FulfillmentContext to Inherited#104926bors merged 5 commits intorust-lang:masterfrom
bors merged 5 commits intorust-lang:masterfrom
Conversation
32c4d9a to
3313e06
Compare
cjgillot
reviewed
Nov 26, 2022
lcnr
reviewed
Nov 29, 2022
Contributor
There was a problem hiding this comment.
looked a bit more into this:
About relationships, can you try to instead add the info which is stored there to TypeVariableValue::Unknown?
Considering that FoundRelationships doesn't really talk about relationships but is info about inference vars that name should make more sense.
8adb397 to
3e588b4
Compare
This comment has been minimized.
This comment has been minimized.
fcabc95 to
8be8720
Compare
This comment has been minimized.
This comment has been minimized.
Contributor
|
@rustbot author |
fda4839 to
8655082
Compare
Collaborator
|
Some changes occurred to the core trait solver cc @rust-lang/initiative-trait-system-refactor |
443be80 to
5cb3b26
Compare
d9c82c7 to
3733844
Compare
Contributor
|
@bors r+ |
Collaborator
compiler-errors
added a commit
to compiler-errors/rust
that referenced
this pull request
Jan 22, 2023
…lback-cleanups, r=lcnr Move relationships from FulfillmentContext to Inherited r? `@lcnr`
Contributor
|
@bors r- needs tests bless (#107182 (comment)) |
3733844 to
b905f80
Compare
Member
Author
|
Just added the last commit but rebased just in case. |
Contributor
|
@bors r=lcnr |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 23, 2023
Rollup of 7 pull requests Successful merges: - rust-lang#104926 (Move relationships from FulfillmentContext to Inherited) - rust-lang#106854 (Add `Arc::into_inner` for safely discarding `Arc`s without calling the destructor on the inner type.) - rust-lang#107108 (Consider doc(alias) when providing typo suggestions) - rust-lang#107186 (rustdoc: Use correct pseudo-element selector) - rust-lang#107192 (Add myself to the mailmap) - rust-lang#107195 (Fix typo in universal_regions.rs comment) - rust-lang#107203 (Suggest remove deref for type mismatch) Failed merges: 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 free
to 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.
r? @lcnr