Type Alias rustpython_vm::compiler::parser::ParseError
source · pub type ParseError = BaseError<ParseErrorType>;
Expand description
Represents represent errors that occur during parsing and are
returned by the parse_*
functions.