Macro panic

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

Panics the current thread