We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dbf03 commit 96c56abCopy full SHA for 96c56ab
info.toml
@@ -470,7 +470,7 @@ and give it a try!"""
470
[[exercises]]
471
name = "errors3"
472
path = "exercises/error_handling/errors3.rs"
473
-mode = "test"
+mode = "compile"
474
hint = """
475
If other functions can return a `Result`, why shouldn't `main`?"""
476
@@ -694,7 +694,7 @@ Step 2 & step 2.1:
694
Very similar to the lines above and below. You've got this!
695
Step 3:
696
An iterator goes through all elements in a collection, but what if we've run out of
697
-elements? What should we expect here? If you're stuck, take a look at
+elements? What should we expect here? If you're stuck, take a look at
698
https://doc.rust-lang.org/std/iter/trait.Iterator.html for some ideas.
699
"""
700
0 commit comments