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