summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-92481.stderr
blob: d87d3277d563a3157774c8f0fe6b54be5a7b0740 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: mismatched closing delimiter: `)`
  --> $DIR/issue-92481.rs:5:6
   |
LL | fn r({) {
   |     -^^ mismatched closing delimiter
   |     ||
   |     |unclosed delimiter
   |     closing delimiter possibly meant for this

error: aborting due to previous error