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