Module lwb_parser::parser::peg::parse_error
source · [−]Structs
A parsing error represents a single error that occurred during parsing.
The parsing error occurs at a certain position in a file, represented by the span.
The parsing error consists of multiple ParseErrorSub, which each represent a single thing that went wrong at this position.
Enums
Represents a single thing that went wrong at this position.