Macro error

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