Skip to content
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

Closed
riking opened this issue Aug 15, 2020 · 1 comment
Closed

quiz2 should have ??? markers in case student is reading too fast #496

riking opened this issue Aug 15, 2020 · 1 comment

Comments

@riking
Copy link

riking commented Aug 15, 2020

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:

-    ("blue");
+    ???("blue");
-    ("red".to_string());
+    ???("red".to_string());
...

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.)

@Ant0wan
Copy link
Contributor

Ant0wan commented Aug 24, 2020

Sounds like a great idea, making it easier to read it at first.

catull pushed a commit to catull/rustlings that referenced this issue Sep 27, 2020
Question marks added for consistency.

closes rust-lang#496
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
jfchevrette pushed a commit to jfchevrette/rustlings that referenced this issue Jan 21, 2021
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
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
jsattari pushed a commit to jsattari/rustlings that referenced this issue Nov 9, 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
ComixHe pushed a commit to ComixHe/rustlings that referenced this issue Jun 20, 2023
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants