Macro sincere::ERROR []

macro_rules! ERROR {
    ( target : $ target : expr , $ ( $ arg : tt ) * ) => { ... };
    ( $ ( $ arg : tt ) * ) => { ... };
}