Macro mz_ore::soft_panic_no_log
source ยท macro_rules! soft_panic_no_log { ($($arg:tt)+) => { ... }; }
Available on crate feature
test
only.Expand description
Panics if soft assertions are enabled.
macro_rules! soft_panic_no_log { ($($arg:tt)+) => { ... }; }
test
only.Panics if soft assertions are enabled.