Type Alias CodegenError

Source
pub type CodegenError = LocatedError<CodegenErrorType>;

Aliased Type§

struct CodegenError {
    pub error: CodegenErrorType,
    pub location: Option<SourceLocation>,
    pub source_path: String,
}

Fields§

§error: CodegenErrorType§location: Option<SourceLocation>§source_path: String