pub static SOFT_ASSERTIONS: SOFT_ASSERTIONS<AtomicBool>
Available on crate feature test 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.