Type Alias rustpython_codegen::error::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