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