]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-70583-block-is-empty-1.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / 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