fix(generics2): Guide students to the answer (#430)
This commit is contained in:
parent
bb2ca25110
commit
e6bd8021d9
|
@ -724,8 +724,10 @@ name = "generics2"
|
||||||
path = "exercises/generics/generics2.rs"
|
path = "exercises/generics/generics2.rs"
|
||||||
mode = "test"
|
mode = "test"
|
||||||
hint = """
|
hint = """
|
||||||
Think carefully about what we need to do here. Currently we are wrapping only values of
|
Currently we are wrapping only values of type 'u32'.
|
||||||
type 'u32'. Maybe we need to update the explicit references to this data type somehow?
|
Maybe we could update the explicit references to this data type somehow?
|
||||||
|
|
||||||
|
If you are still stuck https://doc.rust-lang.org/stable/book/ch10-01-syntax.html#in-method-definitions
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
|
|
Loading…
Reference in New Issue