-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Add hint to variable shadowing for variables3.rs #260
Comments
Hi @torbenj, that sounds like a terrific idea! Want to add that to Thank you, Abdou |
Yeah I'll give it a try |
MendelMonteiro
pushed a commit
to MendelMonteiro/rustlings
that referenced
this issue
Jun 28, 2020
ppp3
pushed a commit
to ppp3/rustlings
that referenced
this issue
May 23, 2022
dmoore04
pushed a commit
to dmoore04/rustlings
that referenced
this issue
Sep 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think a nice addition to variables3.rs would be to also mention variable shadowing as it also solves the exercise and also gets explained in chapter 3 of the book (https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html)
Any opinions on that one?
The text was updated successfully, but these errors were encountered: