summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issue-61858.stderr
blob: 03f51c6e3a8f4c520ccf70833cbff15d6d0bc4f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: expected `{`, found `)`
  --> $DIR/issue-61858.rs:2:15
   |
LL |     (if foobar)
   |               ^ expected `{`
   |
note: the `if` expression is missing a block after this condition
  --> $DIR/issue-61858.rs:2:9
   |
LL |     (if foobar)
   |         ^^^^^^

error: aborting due to previous error