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 ref mut pattern bindings #81

Merged
merged 2 commits into from
Jun 1, 2022
Merged

support ref mut pattern bindings #81

merged 2 commits into from
Jun 1, 2022

Conversation

KodrAus
Copy link
Member

@KodrAus KodrAus commented Jun 1, 2022

Closes #77

The ref and mut pattern bindings are trivial for us to support, since we don't need to try trace subpatterns around.

@KodrAus KodrAus merged commit 8a830f1 into master Jun 1, 2022
@KodrAus KodrAus deleted the fix/ref-mut-pats branch June 1, 2022 06:41
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.

Support mutable function arguments
1 participant