Files
rustlings/tests/fixture/failure/testNotPassed.rs
T

5 lines
49 B
Rust

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