E2005 Parse Errors
unclosed-paren
missing closing parenthesis
When this occurs
Missing `)`
Example error message
error[E2005]:
unclosed parenthesis - expected ')'
How to fix
Add a closing `)` to match your opening parenthesis.
missing closing parenthesis
Missing `)`
Add a closing `)` to match your opening parenthesis.