Skip to main content

suggest_from_expected

Function suggest_from_expected 

Source
fn suggest_from_expected(
    e: &Error<Rule>,
    found: &str,
    source_line: &str,
    col: usize,
) -> Option<String>
Expand description

Try to suggest a fix based on what was expected.