diff options
| author | Ryosuke YASUOKA <yasuoka0830@gmail.com> | 2022-01-09 19:30:31 +0900 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-14 12:11:15 +0200 |
| commit | d0e8efd19ee9a4a7fe9a62ee76bc035371321c09 (patch) | |
| tree | f0b897b611e21d98ac2e8a0af7e5b23ca8bbcaa4 /info.toml | |
| parent | 886d599c96ad0725cee05c50cf4ea9718fc02746 (diff) | |
feat(enums3): Add hint
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -415,7 +415,11 @@ such as no data, anonymous structs, a single string, tuples, ...etc""" name = "enums3" path = "exercises/enums/enums3.rs" mode = "test" -hint = "No hints this time ;)" +hint = """ +As a first step, you can define enums to compile this code without errors. +and then create a match expression in `process()`. +Note that you need to deconstruct some message variants +in the match expression to get value in the variant.""" # MODULES |
