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

trans: Make sure that closures only get translated once. #34728

Merged
merged 1 commit into from
Jul 9, 2016

Conversation

michaelwoerister
Copy link
Member

Fixes #34569.

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

};

trans_closure(ccx,
decl,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: formatting.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks!

@luqmana
Copy link
Member

luqmana commented Jul 9, 2016

LGTM, r=me with nit fixed.

@michaelwoerister
Copy link
Member Author

@bors r=luqmana

@bors
Copy link
Contributor

bors commented Jul 9, 2016

📌 Commit b732cf4 has been approved by luqmana

@bors
Copy link
Contributor

bors commented Jul 9, 2016

⌛ Testing commit b732cf4 with merge 7323ac4...

bors added a commit that referenced this pull request Jul 9, 2016
trans: Make sure that closures only get translated once.

Fixes #34569.
@bors bors merged commit b732cf4 into rust-lang:master Jul 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants