This website requires JavaScript.
Explore
Help
Sign In
tristan
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/rust-lang/rustlings.git
synced
2024-12-29 00:36:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
c9017f9f7a
rustlings
/
tests
/
fixture
/
failure
/
exercises
/
testNotPassed.rs
7 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix tests
2024-04-25 02:27:41 +01:00
fn
main
(
)
{
}
Add not passing integration test
2019-05-09 18:16:06 +01:00
#[
test
]
fn
not_passing
(
)
{
assert!
(
false
)
;
}
Reference in a new issue
Copy permalink