-
Notifications
You must be signed in to change notification settings - Fork 28
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
+=
desugars wrong
#113
Labels
bug
Something isn't working
Comments
General area of the code: dada/components/dada-validate/src/validate/validator.rs Lines 379 to 402 in 0089325
|
I'm fixing this "en passane" in the modal harmony branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you run
you get a panic right now:
In general, we need to improve this to desugar to
or something like that.
I bellieve that form should also work for e.g.
foo.x += 1
(where you would gettmp = foo.lease
)The text was updated successfully, but these errors were encountered: