mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
error: unexpected closing delimiter: `}`
|
|
--> $DIR/mismatched-delim-brace-empty-block.rs:5:1
|
|
|
|
|
LL | fn main() {
|
|
| - this opening brace...
|
|
LL |
|
|
LL | }
|
|
| - ...matches this closing brace
|
|
LL | let _ = ();
|
|
LL | }
|
|
| ^ unexpected closing delimiter
|
|
|
|
error: aborting due to previous error
|
|
|