2019-05-13 22:19:19 +01:00
|
|
|
error: expected `{`, found `<-`
|
|
|
|
--> $DIR/placement-syntax.rs:3:9
|
2018-06-28 14:58:54 -07:00
|
|
|
|
|
|
|
|
LL | if x<-1 {
|
2019-05-13 22:19:19 +01:00
|
|
|
| -- ^^ expected `{`
|
|
|
|
| |
|
|
|
|
| this `if` statement has a condition, but no block
|
2018-06-28 14:58:54 -07:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|