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.