mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
15 lines
310 B
Plaintext
15 lines
310 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 1 previous error
|
|
|