14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
|
error: unexpected closing delimiter: `)`
|
||
|
--> $DIR/issue-69259.rs:3:5
|
||
|
|
|
||
|
LL | fn main() {}
|
||
|
| -- ...matches this closing brace
|
||
|
| |
|
||
|
| this opening brace...
|
||
|
LL |
|
||
|
LL | fn f) {}
|
||
|
| ^ unexpected closing delimiter
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|