pub fn make_error<I, E: ParseError<I>>(input: I, kind: ErrorKind) -> E
👎Deprecated since 8.0.0:

Replaced with ParseError::from_error_kind

Expand description

Creates an error from the input position and an ErrorKind