unreachable

Macro unreachable 

Source
macro_rules! unreachable {
    () => { ... };
    ($($args:tt)+) => { ... };
}