This website requires JavaScript.
Explore
Help
Sign in
notohh
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/notohh/rustlings.git
synced
2024-10-31 17:19:12 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d26f47dddd
rustlings
/
tests
/
fixture
/
failure
/
exercises
/
testNotPassed.rs
7 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix tests
2024-04-24 21:27:41 -04:00
fn
main
(
)
{
}
Add not passing integration test
2019-05-09 13:16:06 -04:00
#[
test
]
fn
not_passing
(
)
{
assert!
(
false
)
;
}
Reference in a new issue
Copy permalink