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.
string literal not closed
String without closing `"`
Add a closing `"` to terminate your string literal.