Uh oh!
There was an error while loading. Please reload this page.
avoid ICE when region sneaks into impl trait - #58649
Conversation
…dence over an ICE.
This comment has been minimized.
This comment has been minimized.
Centril
commented
Feb 22, 2019
nikomatsakis
commented
Feb 22, 2019
@bors r+ |
bors
commented
Feb 22, 2019
📌 Commit 8a0a0dad79d460e4b5656777c782f172ce517ea0 has been approved by |
Centril
commented
Feb 22, 2019
Possible backport candidate, @bors p=10 |
oli-obk
commented
Feb 22, 2019
beta nominating and auto-accepting as per the discussion in https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/.2358649.20backport.3F/near/159168423 (in short: going from |
Mark-Simulacrum
commented
Feb 22, 2019
We ended up backing the test out of the beta rollup (it failed). |
pnkfelix
commented
Feb 22, 2019
@bors r- It won’t land because the test added here will break under compare-mode=nll. (Or at least that’s my best guess as to what has gone on with this PR and the beta backport) |
8a0a0da to
4f89846Comparepnkfelix
commented
Feb 25, 2019
I removed the test (which causes I'm going to r+ the partial fix mostly to bring master in parity with beta. I'm leaving #57464 open because I want to figure out the more general fix before closing it. |
pnkfelix
commented
Feb 25, 2019
pnkfelix
commented
Feb 25, 2019
@bors r+ |
bors
commented
Feb 25, 2019
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Feb 25, 2019
📌 Commit 4f89846 has been approved by |
bors
commented
Feb 25, 2019
…aks-into-impl-trait, r=pnkfelix avoid ICE when region sneaks into impl trait Addresses non-NLL instances of #57464
bors
commented
Feb 25, 2019
☀️ Test successful - checks-travis, status-appveyor |
bors
commented
Feb 25, 2019
☀️ Test successful - checks-travis, status-appveyor |
Addresses non-NLL instances of #57464