Macro shkeleton::diag_unimplemented_err[]

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