Skip to content

Commit e6bd802

Browse files
authored
fix(generics2): Guide students to the answer (#430)
1 parent bb2ca25 commit e6bd802

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

info.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,10 @@ name = "generics2"
724724
path = "exercises/generics/generics2.rs"
725725
mode = "test"
726726
hint = """
727-
Think carefully about what we need to do here. Currently we are wrapping only values of
728-
type 'u32'. Maybe we need to update the explicit references to this data type somehow?
727+
Currently we are wrapping only values of type 'u32'.
728+
Maybe we could update the explicit references to this data type somehow?
729+
730+
If you are still stuck https://doc.rust-lang.org/stable/book/ch10-01-syntax.html#in-method-definitions
729731
"""
730732

731733
[[exercises]]

0 commit comments

Comments
 (0)