Macro fatal

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