blob: e90acce168e47a0cd402c43dfe81462436e6e7d8 [file] [log] [blame]
error: expected `{`, found `<-`
--> $DIR/placement-syntax.rs:3:9
|
LL | if x<-1 {
| -- ^^ expected `{`
| |
| this `if` statement has a condition, but no block
error: aborting due to previous error