Skip to content

Fix constness of multidimensional arrays #1861

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

Merged
merged 1 commit into from
Aug 4, 2020

Conversation

jbangelo
Copy link
Contributor

@jbangelo jbangelo commented Aug 4, 2020

Fixes #1849 by making sure that multidimensional arrays are properly marked as being const

Copy link
Contributor

@emilio emilio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@emilio emilio merged commit 87b2bc0 into rust-lang:master Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multidimensional array binding has incorrect mutability.
3 participants