macro_rules! soft_panic_no_log {
($($arg:tt)+) => { ... };
}
Available on crate feature
assert-no-tracing
only.Expand description
Panics if soft assertions are enabled.
macro_rules! soft_panic_no_log {
($($arg:tt)+) => { ... };
}
assert-no-tracing
only.Panics if soft assertions are enabled.