Macro supposely_unreachable

Source
macro_rules! supposely_unreachable {
    ($s:ident $([$span:expr])?, $label:literal $($tt:tt)*) => { ... };
}