make_context_error

Function make_context_error 

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