Skip to main content

codegen_error

Function codegen_error 

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

Create a code generation error with location and helpful guidance.