Uh oh!
There was an error while loading. Please reload this page.
The Great Generics Generalisation: Ty Edition - #48523
Conversation
bors
commented
Feb 25, 2018
☔ The latest upstream changes (presumably #48520) made this pull request unmergeable. Please resolve the merge conflicts. |
2a0b89e to
b4dbc02Compareshepmaster
commented
Mar 2, 2018
Ping from triage, @varkor ! You have some merge conflicts you need to address, will you be able to get to those soon? |
varkor
commented
Mar 2, 2018
@shepmaster: the merge conflicts should all be fairly routine (this code has a reasonably high bitrot rate) — I should be able to fix them without issue after a review, so I'll wait for now to avoid repeatedly fixing new conflicts as they arise. |
shepmaster
commented
Mar 3, 2018
Ping from triage, @eddyb ! |
There was a problem hiding this comment.
This method can be inlined everywhere it's used.
There was a problem hiding this comment.
This should ideally not allocate for "lifetimes" / "types".
There was a problem hiding this comment.
Self should come before lifetimes, such that indexing is trivial.
There was a problem hiding this comment.
Please do not call pack outside of the From impls.
bors
commented
Mar 6, 2018
☔ The latest upstream changes (presumably #48611) made this pull request unmergeable. Please resolve the merge conflicts. |
b4dbc02 to
d0b0eb7Comparebors
commented
Mar 8, 2018
☔ The latest upstream changes (presumably #46882) made this pull request unmergeable. Please resolve the merge conflicts. |
937afe9 to
689b927Compareemilyalbini
commented
Mar 12, 2018
@eddyb ping from triage! This PR has new commits that needs to be reviewed. |
This comment has been minimized.
This comment has been minimized.
nikomatsakis
commented
May 15, 2018
@bors r+ |
bors
commented
May 15, 2018
📌 Commit 5be2bdb has been approved by |
kennytm
commented
May 15, 2018
bors
commented
May 15, 2018
bors
commented
May 16, 2018
☀️ Test successful - status-appveyor, status-travis |
rust-highfive
commented
May 16, 2018
📣 Toolstate changed by #48523! Tested on commit e44fc6c. 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth@llogiq@mcarton@oli-obk, @rust-lang/infra). |
Part of the generic parameter refactoring effort, split off from #48149. Contains the
ty-relative refactoring.r? @eddyb