Macro sincere::WARN []

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