diff options
| author | Alexx Roche <github@alexx.net> | 2020-06-09 13:54:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-09 13:54:18 +0200 |
| commit | e6bd8021d9a7dd06feebc30c9d5f953901d7b419 (patch) | |
| tree | f474009c14c26051c831981804dd1196603985f5 /info.toml | |
| parent | bb2ca251106b27a7272d9a30872904dd1376654c (diff) | |
fix(generics2): Guide students to the answer (#430)
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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]] |
