Macro shkeleton::diag_unreachable_err[]

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