jit works
This commit is contained in:
@@ -55,6 +55,7 @@ impl From<BackendError> for Diagnostic<usize> {
|
||||
match value {
|
||||
BackendError::Cranelift(me) => {
|
||||
Diagnostic::error().with_message(format!("Internal cranelift error: {}", me))
|
||||
.with_notes(vec![format!("{:?}", me)])
|
||||
}
|
||||
BackendError::BuiltinError(me) => {
|
||||
Diagnostic::error().with_message(format!("Internal runtime function error: {}", me))
|
||||
|
||||
Reference in New Issue
Block a user