Macro shkeleton::diag_unimplemented[]

macro_rules! diag_unimplemented {
    (  ) => { ... };
    (
$ ( $ arg : tt ) + ) => { ... };
}