Macro ::std::test::assert!(..)
Assert that the expression provided as an argument is true, or cause a vm panic.
The second argument can optionally be used to format a panic message.
This is useful when writing test cases.
Examples
let value = 42;
assert!;