macro_rules! exec_err {
($($args:expr),* $(; diagnostic = $DIAG:expr)?) => { ... };
}
Expand description
Macro wraps Err($ERR
) to add backtrace feature
macro_rules! exec_err {
($($args:expr),* $(; diagnostic = $DIAG:expr)?) => { ... };
}
Macro wraps Err($ERR
) to add backtrace feature