1.6.0[][src]Macro core_futures_tls::panic

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

Panics the current thread.

For details, see std::macros.