1
Fork 0
rust/src/test/ui/placement-syntax.stderr

11 lines
230 B
Text
Raw Normal View History

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