E1001 Lexer Errors
illegal-character
illegal character in source
When this occurs
Single `&` or `|` without being doubled, other invalid characters
Example error message
error[E1001]:
unexpected character '&', did you mean '&&'?
How to fix
Remove or replace the illegal character from your source code. EZ only supports standard ASCII characters for code.
Related errors
No related errors.