summary refs log tree commit diff
path: root/src/test/ui/parser/issue-10636-1.stderr
blob: ff90cb97096f71cce38cf5f103fc755918a03ca9 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: mismatched closing delimiter: `)`
  --> $DIR/issue-10636-1.rs:4:1
   |
LL | struct Obj {
   |            - unclosed delimiter
...
LL | )
   | ^ mismatched closing delimiter

error: aborting due to previous error