-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move relationships from FulfillmentContext to Inherited #104926
Move relationships from FulfillmentContext to Inherited #104926
Conversation
32c4d9a
to
3313e06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
@rustbot author |
fda4839
to
8655082
Compare
Some changes occurred to the core trait solver cc @rust-lang/initiative-trait-system-refactor |
443be80
to
5cb3b26
Compare
d9c82c7
to
3733844
Compare
@bors r+ |
…lback-cleanups, r=lcnr Move relationships from FulfillmentContext to Inherited r? `@lcnr`
@bors r- needs tests bless (#107182 (comment)) |
3733844
to
b905f80
Compare
Just added the last commit but rebased just in case. |
@bors r=lcnr |
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
r? @lcnr