]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-70583-block-is-empty-1.stderr
Rollup merge of #107413 - tshepang:pleasant-readin, r=Nilstrieb
[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 delimiter might not be properly closed...
6 ...
7 LL |     }
8    |     - ...as it matches this but it has different indentation
9 LL | }
10    | ^ unexpected closing delimiter
11
12 error: aborting due to previous error
13