Rellum Rellum

E0006: invalid string escape

Generated from rellum-diagnostics/src/db.rs.

Explanation

A backslash inside a string starts an escape sequence. If the string ends before the escaped character appears, the lexer cannot finish the literal.

Common causes

Canonical fixes