You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Error message is not very helpful. It should suggest
&&
instead.The text was updated successfully, but these errors were encountered: