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 f88c7d1 commit 301bc52Copy full SHA for 301bc52
info.toml
@@ -123,8 +123,8 @@ name = "functions4"
123
path = "exercises/functions/functions4.rs"
124
mode = "compile"
125
hint = """
126
-The error message points to line 14 and says it expects a type after the
127
-`->`. This is where the function's return type should be-- take a look at
+The error message points to line 17 and says it expects a type after the
+`->`. This is where the function's return type should be -- take a look at
128
the `is_even` function for an example!
129
130
Also: Did you figure out that, technically, u32 would be the more fitting type
0 commit comments