We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2ca25 commit e6bd802Copy full SHA for e6bd802
info.toml
@@ -724,8 +724,10 @@ name = "generics2"
724
path = "exercises/generics/generics2.rs"
725
mode = "test"
726
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?
+Currently we are wrapping only values of type 'u32'.
+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
731
"""
732
733
[[exercises]]
0 commit comments