Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark closures returned via impl-trait as reachable. #43857

Merged
merged 1 commit into from
Aug 14, 2017

Conversation

michaelwoerister
Copy link
Member

This should fix some of the open impl trait issues, like #40839, #43135, and #35870.

r? @eddyb

@eddyb
Copy link
Member

eddyb commented Aug 14, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Aug 14, 2017

📌 Commit f2df185 has been approved by eddyb

@bors
Copy link
Contributor

bors commented Aug 14, 2017

⌛ Testing commit f2df185 with merge d49b730...

bors added a commit that referenced this pull request Aug 14, 2017
…=eddyb

Mark closures return via impl-trait as reachable.

This should fix some of the open `impl trait` issues, like #40839, #43135, and #35870.

r? @eddyb
@carols10cents carols10cents added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Aug 14, 2017
@michaelwoerister michaelwoerister changed the title Mark closures return via impl-trait as reachable. Mark closures returned via impl-trait as reachable. Aug 14, 2017
@bors
Copy link
Contributor

bors commented Aug 14, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: eddyb
Pushing d49b730 to master...

@bors bors merged commit f2df185 into rust-lang:master Aug 14, 2017
jonhoo added a commit to jonhoo/fantoccini that referenced this pull request Sep 1, 2017
Now that rust-lang/rust#41297 has been closed by rust-lang/rust#43857,
this hack is no longer needed to make the code compile.
phrohdoh pushed a commit to phrohdoh/fantoccini that referenced this pull request May 11, 2018
Now that rust-lang/rust#41297 has been closed by rust-lang/rust#43857,
this hack is no longer needed to make the code compile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: 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