Static SOFT_ASSERTIONS

Source
pub static SOFT_ASSERTIONS: Static<AtomicBool>
Available on crate feature assert-no-tracing only.
Expand description

Whether to enable soft assertions.

This value defaults to true when debug_assertions are enabled, or to the value of the MZ_SOFT_ASSERTIONS environment variable otherwise.