E2002 Parse Errors
missing-token
expected token not found
When this occurs
Missing expected token
Example error message
error[E2002]:
expected RPAREN, got IDENT instead
How to fix
Add the expected token (semicolon, brace, parenthesis, etc.) at the indicated location.