Macro swc_macros_common::unreachable

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