Uh oh!
There was an error while loading. Please reload this page.
Use bound types in librustc_traits - #55649
Conversation
rust-highfive
commented
Nov 3, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Nov 11, 2018
☔ The latest upstream changes (presumably #55859) made this pull request unmergeable. Please resolve the merge conflicts. |
There was a problem hiding this comment.
It'd be nice to have a comment here.
Returns a substitution vector containing "identity references" suitable for converting from the compiler's parameter representation to the bound type representation used in Chalk. The Nth parameter is substituted to a bound variable of index N, pointing at the innermost binder.
There was a problem hiding this comment.
I see you added this later :)
nikomatsakis
commented
Nov 12, 2018
@bors r+ |
bors
commented
Nov 12, 2018
📌 Commit 40208abdaae08e7c3ab89a167f086039ca9f6285 has been approved by |
bors
commented
Nov 13, 2018
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message |
scalexm
commented
Nov 13, 2018
@bors r=nikomatsakis |
bors
commented
Nov 13, 2018
📌 Commit 8d0b969 has been approved by |
bors
commented
Nov 13, 2018
Use bound types in `librustc_traits` r? @nikomatsakis see the tests which now move the higher-ranked binders to the left in implied bound rules!
bors
commented
Nov 13, 2018
☀️ Test successful - status-appveyor, status-travis |
r? @nikomatsakis
see the tests which now move the higher-ranked binders to the left in implied bound rules!