E1005 Syntax Errors

Syntax

unclosed character; add a closing single quote

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.

Related errors