-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
destructuring problem #19747
Labels
bug
Observed behavior contradicts documented or intended behavior
Comments
May be by design? |
Afaik this is a bug. cc @mlugg |
likely duplicate #12064 |
It is. |
Yep, not a bug, just how RLS works today, and the linked issue tracks it as a design flaw. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zig Version
0.12.0
Steps to Reproduce and Observed Behavior
expect output : "x = 2, y = 1"
but get: "x = 1,y = 1"
Expected Behavior
expect output : "x = 2, y = 1"
but get: "x = 1,y = 1"
The text was updated successfully, but these errors were encountered: