Uh oh!
There was an error while loading. Please reload this page.
Properly handle collecting default impls of methods with lifetime parameters. - #48818
Conversation
There was a problem hiding this comment.
Would it be better to erase regions after applying the trait substs?
There was a problem hiding this comment.
Maybe if it makes the code simpler.
emilyalbini
commented
Mar 12, 2018
Ping from triage @eddyb! This PR needs your review. |
michaelwoerister
commented
Mar 12, 2018
This could also be reviewed by somebody else from @rust-lang/compiler, if @eddyb doesn't have time. |
arielb1
commented
Mar 12, 2018
I would prefer to change |
arielb1
commented
Mar 12, 2018
Yes I'm back (somewhat). |
michaelwoerister
commented
Mar 13, 2018
I'll look into it. |
b33724e to
5324b51Comparemichaelwoerister
commented
Mar 13, 2018
@arielb1, |
5324b51 to
f9e770aComparebors
commented
Mar 13, 2018
☔ The latest upstream changes (presumably #48411) made this pull request unmergeable. Please resolve the merge conflicts. |
arielb1
commented
Mar 14, 2018
I misread that code - you really are not using rust/src/librustc/traits/mod.rs Lines 764 to 769 in e96e54d I think |
f9e770a to
5218c2dComparemichaelwoerister
commented
Mar 15, 2018
Much nicer now, thanks @arielb1! |
eddyb
commented
Mar 15, 2018
@bors r+ |
bors
commented
Mar 15, 2018
📌 Commit 5218c2d has been approved by |
bors
commented
Mar 16, 2018
bors
commented
Mar 16, 2018
☀️ Test successful - status-appveyor, status-travis |
r? @eddyb
Fixes#47309.