rust/tests/ui/parser/issues/issue-69259.stderr
2023-01-26 10:52:57 +08:00

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