Skip to content

do not ICE when return type includes unconstrained anon region - #47668

Merged
bors merged 1 commit into
rust-lang:masterfrom
nikomatsakis:issue-47511
Jan 26, 2018
Merged

do not ICE when return type includes unconstrained anon region#47668
bors merged 1 commit into
rust-lang:masterfrom
nikomatsakis:issue-47511

Conversation

@nikomatsakis

@nikomatsakisnikomatsakis commented Jan 22, 2018

Copy link
Copy Markdown
Contributor

It turns out that this can happen after all, if the region is only
used in projections from the input types.

cc #47511

r? @eddyb

It turns out that this *can* happen after all, if the region is only
used in projections from the input types.
@eddyb

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jan 23, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 215d66b has been approved by eddyb

@kennytmkennytm added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jan 24, 2018
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 25, 2018
do not ICE when return type includes unconstrained anon region
It turns out that this *can* happen after all, if the region is only
used in projections from the input types.
Fixesrust-lang#47511
r? @eddyb
bors added a commit that referenced this pull request Jan 26, 2018
@bors
bors merged commit 215d66b into rust-lang:masterJan 26, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@nikomatsakis@eddyb@bors@kennytm