This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings.git
synced
2024-11-09 22:31:41 +01:00
Code
Issues
2cdd61294f
rustlings
/
tests
/
fixture
/
success
/
testSuccess.rs
Chris Pearce
3d11d7685b
Modify integration tests to fail on panic
2019-04-07 20:13:04 +01:00
5 lines
44 B
Rust
Raw
Blame
History
#[
test
]
fn
passing
(
)
{
assert!
(
true
)
;
}
View Git Blame
Copy Permalink