Skip to main content

syntax_error

Function syntax_error 

Source
pub fn syntax_error(
    location: SourceLocation,
    message: impl Display,
    help: impl Display,
) -> Error
Expand description

Create a syntax error with location and helpful guidance.