Macro std::panic
[−]
macro_rules! panic { ( ) => { ... }; ( $ msg : expr ) => { ... }; ( $ fmt : expr , $ ( $ arg : tt ) * ) => { ... }; }
Entry point of thread panic, for details, see std::macros