rust-course/rustlings-zh/tests/fixture/failure/testNotPassed.rs

5 lines
49 B

#[test]
fn not_passing() {
assert!(false);
}