Macro elog::errors_and_exit [] [src]

macro_rules! errors_and_exit {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}