Macro cargo_check_external_types::bug_panic

source ยท
macro_rules! bug_panic {
    ($($args:tt)+) => { ... };
}
Expand description

Macro that indicates there is a bug in the program and then panics.