`assert!(true);` will be optimized out by the compiler `assert!(false);` should probably be replaced by a `panic!()`.
assert!(true);will be optimized out by the compilerassert!(false);should probably be replaced by apanic!().