macros, vm, bytecode: add #[primop] await-style primop macro
This commit is contained in:
@@ -4,7 +4,7 @@ use std::sync::Arc;
|
||||
use miette::{Diagnostic, NamedSource, SourceSpan};
|
||||
use thiserror::Error;
|
||||
|
||||
pub type Result<T> = core::result::Result<T, Box<Error>>;
|
||||
pub type Result<T, E = Box<Error>> = core::result::Result<T, E>;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum SourceType {
|
||||
|
||||
Reference in New Issue
Block a user