]> git.lizzy.rs Git - rust.git/blob - src/test/ui/placement-syntax.stderr
Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung
[rust.git] / src / test / ui / placement-syntax.stderr
1 error: expected `{`, found `<-`
2   --> $DIR/placement-syntax.rs:3:9
3    |
4 LL |     if x<-1 {
5    |     --  ^^ expected `{`
6    |     |
7    |     this `if` statement has a condition, but no block
8
9 error: aborting due to previous error
10