libcore_drone
macro_rules! panic { () => { ... }; ($ msg : expr) => { ... }; ($ msg : expr,) => { ... }; ($ fmt : expr, $ ($ arg : tt) +) => { ... }; }
Panics the current thread.
For details, see std::macros.
std::macros