rust/tests/ui/parser/issues/issue-98601-delimiter-error-unexpected-close.stderr
2023-09-21 23:20:47 +08:00

15 lines
351 B
Plaintext

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
error: aborting due to previous error