pub fn make_error<I, E: ParseError<I>>(input: I, kind: ErrorKind) -> E👎Deprecated since 8.0.0: Replaced with
ParseError::from_error_kindExpand description
Creates an error from the input position and an ErrorKind
pub fn make_error<I, E: ParseError<I>>(input: I, kind: ErrorKind) -> EParseError::from_error_kindCreates an error from the input position and an ErrorKind