Macro fatal

Source
macro_rules! fatal {
    ($scope:ident, $fmtstr:literal$(, $param:expr)*) => { ... };
}