-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Update variance dep. graph edges to be more fine-grained #31394
Conversation
1770e2e
to
bd31812
Compare
done. |
cc @michaelwoerister (just b/c it's related to incr. comp.) |
97612e2
to
ade4a76
Compare
Travis failure looks bogus (this branch passes |
// You would expect that `item.id == id`, but this | ||
// is not always the case. In particular, for | ||
// ViewPath like `use self::{mem, foo}`, we record | ||
// map the ids for `mem` and `foo` to the |
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.
"we record map" ?
was that supposed to just be "we map" ?
☔ The latest upstream changes (presumably #31304) made this pull request unmergeable. Please resolve the merge conflicts. |
@pnkfelix did you complete your review here? |
@nikomatsakis no i think I need to return to it |
map. Perhaps I ought to just add them instead, but this seems harmless enough.
be more fine-grained, fixing the `dep-graph-struct-signature` test.
ade4a76
to
01ebc37
Compare
@pnkfelix rebased |
@bors r+ |
📌 Commit 01ebc37 has been approved by |
Make the dep. graph edges created by variance just mirror the constraint graph.
Note that this extends #31304, so the first few commits are on a different topic.
r? @pnkfelix