Rellum Rellum

E1010: expected syntax token

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

Explanation

The parser expected a specific delimiter, keyword, or operator required by the surrounding construct. This is a shared parser diagnostic; the message names the exact token that was missing.

Common causes

Canonical fixes