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

[BUG] Use of RustEqualExpression in destructuring of match statement #44

Open
simonegazza opened this issue Jul 21, 2022 · 0 comments
Open
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@simonegazza
Copy link
Collaborator

Description
During match statement we use the RustEqualExpression operator (== operator). We should check if this is the right operator to use, and if not we should change it / create a new one to use.

Suggested implementation
It is highly recommended that we create a new node that is capable of doing destructuring and correctly evaluates the guard.

@simonegazza simonegazza added bug Something isn't working enhancement New feature or request labels Jul 21, 2022
@simonegazza simonegazza self-assigned this Jul 21, 2022
@simonegazza simonegazza mentioned this issue Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant