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

allow toplevel var to be an lvalue #1977

Closed
wants to merge 1 commit into from

Conversation

0xalpharush
Copy link
Contributor

replaces #1968

@0xalpharush 0xalpharush requested a review from montyly as a code owner June 21, 2023 14:02
@montyly
Copy link
Member

montyly commented Jun 22, 2023

I am a bit unsure about this. Top level variable can't be a lvalue for most operation, as they need to be constant (so no assignment etc), so specifying it like in #1968 might be more explicit

@0xalpharush 0xalpharush deleted the fix/allow_toplevl_var_lvalue branch June 22, 2023 17:28
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