mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-05 08:07:55 +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
|
|
|