Skip to main content

soft_panic_no_log

Macro soft_panic_no_log 

Source
macro_rules! soft_panic_no_log {
    ($($arg:tt)+) => { ... };
}
Expand description

Panics if soft assertions are enabled.