E1005 Lexer Errors
unclosed-char
character literal not closed
When this occurs
Char without closing `'`
Example error message
error[E1005]:
unclosed character literal
How to fix
Add a closing `'` to terminate your character literal.
character literal not closed
Char without closing `'`
Add a closing `'` to terminate your character literal.