Skip to main content

Module error

Module error 

Source
Expand description

Structured type errors per spec §6.7.

Structs§

PositionedError
TypeError enriched with an optional source Position (#306 slice 1) plus a rule_tag + rule_explanation (#306 slice 2). lex_types::check_program_with_positions returns a Vec<PositionedError>; the bare check_program keeps the old Vec<TypeError> shape for backwards compatibility.

Enums§

TypeError