File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ name = "variables5"
63
63
path = " exercises/variables/variables5.rs"
64
64
mode = " compile"
65
65
hint = """
66
- In variables3 we already learned how to make an immutable variable mutable
66
+ In variables4 we already learned how to make an immutable variable mutable
67
67
using a special keyword. Unfortunately this doesn't help us much in this exercise
68
68
because we want to assign a different typed value to an existing variable. Sometimes
69
69
you may also like to reuse existing variable names because you are just converting
@@ -123,8 +123,8 @@ name = "functions4"
123
123
path = " exercises/functions/functions4.rs"
124
124
mode = " compile"
125
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
126
+ The error message points to line 17 and says it expects a type after the
127
+ `->`. This is where the function's return type should be -- take a look at
128
128
the `is_even` function for an example!
129
129
130
130
Also: Did you figure out that, technically, u32 would be the more fitting type
You can’t perform that action at this time.
0 commit comments