summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-10636-1.stderr
blob: 1e6294ebe169152935407c91a40c0e5bd60dda6d (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 previous error