This website works better with JavaScript.
Explore
Help
Register
Sign In
rust
/
rust-course
mirror of
https://github.com/sunface/rust-course
Watch
5
Star
0
Fork
You've already forked rust-course
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1c79714f34
rust-course
/
rustlings-zh
/
tests
/
fixture
/
failure
/
testNotPassed.rs
5 lines
49 B
Raw
Blame
History
#[
test
]
fn
not_passing
(
)
{
assert!
(
false
)
;
}
Reference in new issue
View Git Blame
Copy Permalink