pub fn make_context_error<S: Into<String>>( input: Span<'_>, reason: S, ) -> Err<ParseError<Span<'_>>>