rust/tests/ui/parser/issues/issue-69259.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
295 B
Plaintext
Raw Normal View History

2023-01-25 20:52:57 -06:00
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