summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/mismatched-delim-brace-empty-block.stderr
blob: 180798788df21bdae1dad9f75930cc143763f1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: unexpected closing delimiter: `}`
  --> $DIR/mismatched-delim-brace-empty-block.rs:5:1
   |
LL | fn main() {
   |           - this opening brace...
LL |
LL | }
   | - ...matches this closing brace
LL |     let _ = ();
LL | }
   | ^ unexpected closing delimiter

error: aborting due to 1 previous error