1.6.0[][src]Macro libcore_drone::panic

macro_rules! panic {
    () => { ... };
    ($ msg : expr) => { ... };
    ($ msg : expr,) => { ... };
    ($ fmt : expr, $ ($ arg : tt) +) => { ... };
}

Panics the current thread.

For details, see std::macros.