2023-09-21 09:56:17 -05:00
|
|
|
error: unexpected closing delimiter: `)`
|
|
|
|
--> $DIR/issue-98601-delimiter-error-unexpected-close.rs:5:17
|
|
|
|
|
|
|
|
|
LL | fn main() {
|
|
|
|
| - this opening brace...
|
|
|
|
LL | todo!();
|
|
|
|
LL | }
|
|
|
|
| - ...matches this closing brace
|
|
|
|
LL |
|
|
|
|
LL | fn other(_: i32)) {}
|
|
|
|
| ^ unexpected closing delimiter
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-09-21 09:56:17 -05:00
|
|
|
|