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 assignment to aliases only when they were declared mutable #460

Closed
marijnh opened this issue Jun 9, 2011 · 1 comment
Closed

Allow assignment to aliases only when they were declared mutable #460

marijnh opened this issue Jun 9, 2011 · 1 comment

Comments

@marijnh
Copy link
Contributor

marijnh commented Jun 9, 2011

Right now, the word 'mutable' after the & symbol is simply skipped by the parser. Will need to remember that an alias is mutable, and disallow assigning to them when it is not.

@marijnh
Copy link
Contributor Author

marijnh commented Jun 15, 2011

Done in e25e055

@marijnh marijnh closed this as completed Jun 15, 2011
dlrobertson pushed a commit to dlrobertson/rust that referenced this issue Nov 29, 2018
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
GuillaumeGomez pushed a commit to GuillaumeGomez/rust that referenced this issue Mar 5, 2024
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Conflicts:
    src/bootstrap/builder.rs
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

No branches or pull requests

1 participant