macro_rules! fatal {
(target: $target:expr, $($arg:tt)+) => { ... };
($($arg:tt)+) => { ... };
}Expand description
Logs a message representing a crash or panic
macro_rules! fatal {
(target: $target:expr, $($arg:tt)+) => { ... };
($($arg:tt)+) => { ... };
}Logs a message representing a crash or panic