[][src]Macro assert2_macros::assert

assert!() { /* proc-macro */ }

Assert that an expression evaluates to true.

If it does not, an assertion failure is printed and the test panics instantly.

Use check! if you still want further checks to be executed.