pub fn make_error<I, E>(input: I, kind: ErrorKind) -> Ewhere E: ParseError<I>,
mtls
Creates an error from the input position and an ErrorKind