E2029 Parse Errors

expected-identifier

expected identifier

When this occurs

Missing identifier where required

Example error message

error[E2029]: expected identifier or @ignore, got RBRACE

How to fix

Provide a valid identifier (name) where expected. Names must start with a letter or underscore.

Related errors

No related errors.