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.

Related errors