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

Support 1-reference argument closures #1417

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

alexcrichton
Copy link
Contributor

This is work towards #1399, although it's just for one-argument closures
where the first argument is a reference. No other closures with
references in argument position are supported yet

This is work towards rustwasm#1399, although it's just for one-argument closures
where the first argument is a reference. No other closures with
references in argument position are supported yet
@fitzgen
Copy link
Member

fitzgen commented Apr 1, 2019

This is good enough for gloo_events, so yeah let's see how far we can go with this...

@fitzgen fitzgen merged commit f367a42 into rustwasm:master Apr 1, 2019
@alexcrichton alexcrichton deleted the closure-ref branch April 5, 2019 16:33
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.

None yet

2 participants