Skip to main content

unhandled

Macro unhandled 

Source
macro_rules! unhandled {
    ($msg:literal) => { ... };
}
Expand description

Marks an unsupported branch and panics with the supplied message.

The expansion delegates to crate::maybe_unhandled! and always retains a runtime failure path.