Closed
Description
error: expected `{`, found `and`
--> src/numplay.rs:102:24
|
102 | if ov == 3 and nv == 4 {
| -- ^^^ help: try placing this code inside a block: `{ and; }`
| |
| this `if` statement has a condition, but no block
error: aborting due to previous error
Error message is not very helpful. It should suggest &&
instead.