]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/mismatched-delim-brace-empty-block.stderr
Auto merge of #69898 - spastorino:rename-rustc-guide2, r=Xanewok
[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 | }
5    | ^ unexpected closing delimiter
6
7 error: aborting due to previous error
8