]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/mismatched-delim-brace-empty-block.stderr
Rollup merge of #91699 - jsha:webkit-appearance-search-input, r=GuillaumeGomez
[rust.git] / src / test / ui / parser / mismatched-delim-brace-empty-block.stderr
1 error: unexpected closing delimiter: `}`
2   --> $DIR/mismatched-delim-brace-empty-block.rs:5:1
3    |
4 LL | fn main() {
5    |           - this opening brace...
6 LL | 
7 LL | }
8    | - ...matches this closing brace
9 LL |     let _ = ();
10 LL | }
11    | ^ unexpected closing delimiter
12
13 error: aborting due to previous error
14