]> git.proxmox.com Git - rustc.git/blame - src/test/ui/placement-syntax.stderr
New upstream version 1.37.0+dfsg1
[rustc.git] / src / test / ui / placement-syntax.stderr
CommitLineData
dc9dc135
XL
1error: expected `{`, found `<-`
2 --> $DIR/placement-syntax.rs:3:9
8faf50e0
XL
3 |
4LL | if x<-1 {
dc9dc135
XL
5 | -- ^^ expected `{`
6 | |
7 | this `if` statement has a condition, but no block
8faf50e0
XL
8
9error: aborting due to previous error
10