about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-61858.stderr
blob: 8b95d9c6ae48b4b3d2431f3edf13402928a1d6bc (plain)
1
2
3
4
5
6
7
8
9
10
error: expected `{`, found `)`
  --> $DIR/issue-61858.rs:2:15
   |
LL |     (if foobar)
   |      --       ^ expected `{`
   |      |
   |      this `if` expression has a condition, but no block

error: aborting due to previous error