blob: e90acce168e47a0cd402c43dfe81462436e6e7d8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|