-
Notifications
You must be signed in to change notification settings - Fork 13.3k
avoid ICE when region sneaks into impl trait #58649
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
avoid ICE when region sneaks into impl trait #58649
Conversation
…dence over an ICE.
This comment has been minimized.
This comment has been minimized.
@bors r+ |
📌 Commit 8a0a0dad79d460e4b5656777c782f172ce517ea0 has been approved by |
Possible backport candidate, @bors p=10 |
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 |
We ended up backing the test out of the beta rollup (it failed). |
@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
4f89846
Compare
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. |
@bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 4f89846 has been approved by |
…aks-into-impl-trait, r=pnkfelix avoid ICE when region sneaks into impl trait Addresses non-NLL instances of #57464
☀️ Test successful - checks-travis, status-appveyor |
☀️ Test successful - checks-travis, status-appveyor |
Addresses non-NLL instances of #57464