mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 17:23:36 +02:00
if2 solution
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user