summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-10636-1.stderr
blob: a7402e0717b70ddbc358618677e9bcb20cdd6b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: mismatched closing delimiter: `)`
  --> $DIR/issue-10636-1.rs:1:12
   |
LL | struct Obj {
   |            ^ unclosed delimiter
...
LL | )
   | ^ mismatched closing delimiter

error: aborting due to 1 previous error