E1004 Lexer Errors

unclosed-string

string literal not closed

When this occurs

String without closing `"`

Example error message

error[E1004]: unclosed string literal

How to fix

Add a closing `"` to terminate your string literal.

Related errors