Skip to content

In suggest_missing_return_type, erase late bound regions after normalizing#88846

Merged
bors merged 1 commit into
rust-lang:masterfrom
jackh726:issue-88360
Sep 22, 2021
Merged

In suggest_missing_return_type, erase late bound regions after normalizing#88846
bors merged 1 commit into
rust-lang:masterfrom
jackh726:issue-88360

Conversation

@jackh726

Copy link
Copy Markdown
Member

Fixes #88360

There might be some hardening that could be done to not error or avoid erroring with LUBing ReErased with ReEmpty, but this was the most simple fix for this particular case.

r? @nikomatsakis

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 11, 2021
@rust-log-analyzer

This comment has been minimized.

@apiraino apiraino added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Sep 13, 2021
@nikomatsakis

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Sep 17, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 1ed18f5 has been approved by nikomatsakis

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 17, 2021
@bors

bors commented Sep 22, 2021

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 1ed18f5 with merge 77f4143...

@bors

bors commented Sep 22, 2021

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: nikomatsakis
Pushing 77f4143 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Sep 22, 2021
@bors bors merged commit 77f4143 into rust-lang:master Sep 22, 2021
@rustbot rustbot added this to the 1.57.0 milestone Sep 22, 2021
@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (77f4143): comparison url.

Summary: This benchmark run did not return any relevant changes.

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Panic with GATs during lexical region resolve

8 participants