index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
fixture
/
failure
/
exercises
/
testFailure.rs
blob: fcbcf90a4af2acb89ad6782b1f9fd78bcc93da9e (
plain
)
1
2
3
4
5
6
fn main() {} #[test] fn passing() { asset!(true); }