Macro ipanic

Source
macro_rules! ipanic {
    ($($proc_macro:tt)*) => { ... };
}
Expand description

Panic with an iformat!-ed message.