pub type CodegenError = LocatedError<CodegenErrorType>;Aliased Type§
pub struct CodegenError {
pub error: CodegenErrorType,
pub location: Option<SourceLocation>,
pub source_path: String,
}Fields§
§error: CodegenErrorType§location: Option<SourceLocation>§source_path: String