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