-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
standard_library_types/iterators2.rs, wrong ::? #199
Comments
+1, I got hung up on this one for a bit as well. The resulting error message is a bit confusing, in my opinion, for those of us new to the syntax. I would support either removing |
xymopen
pushed a commit
to xymopen/rustlings-solutions
that referenced
this issue
Oct 14, 2019
pedantic79
pushed a commit
to pedantic79/rustlings
that referenced
this issue
Apr 11, 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
Hi,
I'm new to rust, but I couldn't really find a solution to this line
Could the
collect()
round brackets be a typo and the original code should be instead:If it's not the case, could you provide a hint on how to solve the exercise with
.collect()::<String>()
?Thank you,
-l
The text was updated successfully, but these errors were encountered: