logo
macro_rules! fail {
    ($kind:expr, $msg:expr) => { ... };
    ($kind:expr, $fmt:expr, $($arg:tt)+) => { ... };
}
Expand description

Create and return an error with a formatted message