Skip to main content

Module parse_error

Module parse_error 

Source
Expand description

Structured parse error: a message plus the source Span it points at.

Replaces the old "... at line N col M" string trailer. Consumers render file:line:col from span via crate::source_map::SourceMap — the position is no longer baked into the message text.

Structs§

ParseError