about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-68987-unmatch-issue-3.stderr
blob: 6b012af1af311f93d5e42956e4fc0f41635091f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: unexpected closing delimiter: `}`
  --> $DIR/issue-68987-unmatch-issue-3.rs:8:1
   |
LL |     while cnt < j {
   |                   - the nearest open delimiter
LL |         write!&mut res, " ");
   |                            - missing open `(` for this delimiter
LL |     }
LL | }
   | ^ unexpected closing delimiter

error: aborting due to 1 previous error