Skip to content

Commit

Permalink
fix(generics2): Guide students to the answer (rust-lang#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxroche authored and dlemel8 committed Aug 2, 2020
1 parent 56ec870 commit 7d1855d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -724,8 +724,10 @@ name = "generics2"
path = "exercises/generics/generics2.rs"
mode = "test"
hint = """
Think carefully about what we need to do here. Currently we are wrapping only values of
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?
If you are still stuck https://doc.rust-lang.org/stable/book/ch10-01-syntax.html#in-method-definitions
"""

[[exercises]]
Expand Down

0 comments on commit 7d1855d

Please sign in to comment.