]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-70583-block-is-empty-1.stderr
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor
[rust.git] / tests / ui / parser / issues / issue-70583-block-is-empty-1.stderr
1 error: unexpected closing delimiter: `}`
2   --> $DIR/issue-70583-block-is-empty-1.rs:20:1
3    |
4 LL | fn struct_generic(x: Vec<i32>) {
5    |                                - this opening brace...
6 ...
7 LL |     }
8    |     - ...matches this closing brace
9 LL | }
10    | ^ unexpected closing delimiter
11
12 error: aborting due to previous error
13