Macro core::panic1.6.0[][src]

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

Entry point of thread panic, for details, see std::macros