This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings.git
synced
2025-06-29 00:41:42 +02:00
Code
Issues
Releases
Activity
Files
12d1971b0d458045f318927f1ce18bb6808a19c0
rustlings
/
tests
/
fixture
/
failure
/
exercises
/
testNotPassed.rs
7 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix tests
2024-04-25 03:27:41 +02:00
fn
main
(
)
{
}
Add not passing integration test
2019-05-09 20:16:06 +03:00
#[
test
]
fn
not_passing
(
)
{
assert!
(
false
)
;
}
Reference in New Issue
Copy Permalink