1.6.0[][src]Macro alloc::panic

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

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