macro_rules! fail {
($kind:expr, $msg:expr) => { ... };
($kind:expr, $fmt:expr, $($arg:tt)+) => { ... };
}
Expand description
Abscissa core prelude Create and return an error with a formatted message
macro_rules! fail {
($kind:expr, $msg:expr) => { ... };
($kind:expr, $fmt:expr, $($arg:tt)+) => { ... };
}
Abscissa core prelude Create and return an error with a formatted message