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-12-09 23:21:45 +02:00
Code
Issues
Releases
Activity
Files
33dfe5331a034a2705c45e420f52983a99e204f5
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