1.6.0[][src]Macro core::panic

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

Entry point of thread panic. For details, see std::macros.