index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
fixture
/
failure
/
exercises
/
testNotPassed.rs
blob: a9fe88ddc86b77a4da27f2a4bc035d801847dbef (
plain
)
1
2
3
4
#[test] fn not_passing() { assert!(false); }