E2030 Parse Errors

expected-block

expected block statement

When this occurs

Missing `{` after if/for/while

Example error message

error[E2030]: expected '{' after condition

How to fix

Add a block statement `{ ... }` where expected.

Related errors