diff options
| author | mo8it <mo8it@proton.me> | 2024-05-22 15:16:50 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-05-22 15:16:50 +0200 |
| commit | eafb157d60ee46e95e2b54ec75b33180a838b0c5 (patch) | |
| tree | 9920ac8ace97ec72b19687af80283f4e5d0cb148 /rustlings-macros/info.toml | |
| parent | 7cdf6b79429428e944b440eb713e711d844a92d7 (diff) | |
if2 solution
Diffstat (limited to 'rustlings-macros/info.toml')
| -rw-r--r-- | rustlings-macros/info.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index a67e38d..39fc5c4 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -209,8 +209,10 @@ name = "if2" dir = "03_if" hint = """ For that first compiler error, it's important in Rust that each conditional -block returns the same type! To get the tests passing, you will need a couple -conditions checking different input values.""" +block returns the same type! + +To get the tests passing, you will need a couple conditions checking different +input values. Read the tests to find out what they expect.""" [[exercises]] name = "if3" |
