Macro fatal

Source
macro_rules! fatal {
    ($($t:tt)*) => { ... };
}