swc_macros_common

Macro unreachable

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