-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Sloppy wording in 4.3 #1862
Comments
I don't think this is really such a big problem. The compiler is in fact trying to validate a mutable reference, which fails. The next sentence makes it clear that this trying and failing happened at compile time. |
If I wasn't sure I understood what was going on, the sentence that follows would just look like a bewildering non-sequitur. |
How about "...it needs to get a mutable reference, which the compiler disallows" ? |
Yes, that would be much better. |
Fixed by #1907! |
"it tries to take a mutable reference, which fails" sounds dynamic. But the whole point is that this is statically checked.
The text was updated successfully, but these errors were encountered: