1 2 3 4 5 6
// run-fail // error-pattern:panicked at 'assertion failed: false' fn main() { assert!(false); }