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

error: aborting due to previous error