-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
quiz2 should have ??? markers in case student is reading too fast #496
Comments
Sounds like a great idea, making it easier to read it at first. |
OnunPereira
pushed a commit
to OnunPereira/rustlings
that referenced
this issue
Sep 30, 2020
Question marks added for consistency. closes rust-lang#496
palako
pushed a commit
to palako/rustlings
that referenced
this issue
Nov 8, 2020
Question marks added for consistency. closes rust-lang#496
JuniousY
pushed a commit
to JuniousY/rustlings
that referenced
this issue
Jan 28, 2021
Question marks added for consistency. closes rust-lang#496
noiffion
pushed a commit
to noiffion/rustlings
that referenced
this issue
Aug 20, 2021
Question marks added for consistency. closes rust-lang#496
bugaolengdeyuxiaoer
pushed a commit
to bugaolengdeyuxiaoer/rustlings
that referenced
this issue
Dec 28, 2021
Question marks added for consistency. closes rust-lang#496
ppp3
pushed a commit
to ppp3/rustlings
that referenced
this issue
May 23, 2022
Question marks added for consistency. closes rust-lang#496
dmoore04
pushed a commit
to dmoore04/rustlings
that referenced
this issue
Sep 11, 2022
Question marks added for consistency. closes rust-lang#496
Spacebody
pushed a commit
to Spacebody/my-rustlings
that referenced
this issue
Nov 18, 2022
Question marks added for consistency. closes rust-lang#496
lziegler
pushed a commit
to lziegler/rustlings
that referenced
this issue
Dec 5, 2023
Question marks added for consistency. closes rust-lang#496
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was slightly tripped up by quiz2 because I initially saw a bunch of string-ish things in tuples not being used.
I think this patch would help a lot:
making it obvious even in a comments-removed view what the desired solve action is. (The initial compiler error suggests that I need to add a type hint to
.into()
; I slowed down and read the comments because a "quiz" couldn't possibly be that simple.)The text was updated successfully, but these errors were encountered: