pub(super) fn convert_pest_error(e: Error<Rule>, source: &str) -> ParseErrorExpand description
Convert a pest error into a human-friendly ParseError.
pub(super) fn convert_pest_error(e: Error<Rule>, source: &str) -> ParseErrorConvert a pest error into a human-friendly ParseError.