macro_rules! stylex_unreachable {
() => { ... };
($($arg:tt)+) => { ... };
}Expand description
Like unreachable!() but produces [StyleX] [UNREACHABLE] <message>.
macro_rules! stylex_unreachable {
() => { ... };
($($arg:tt)+) => { ... };
}Like unreachable!() but produces [StyleX] [UNREACHABLE] <message>.