This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4847c40c8b
rust
/
tests
/
ui
/
exit3.rs
9 lines
117 B
Rust
Raw
Normal View
History
Unescape
Escape
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update
2024-09-24 04:58:04 -05:00
#![
warn(clippy::exit)
]
Update tests for exit
2019-10-29 15:34:00 -05:00
fn
main
(
)
{
if
true
{
std
::
process
::
exit
(
2
)
;
}
;
std
::
process
::
exit
(
1
)
;
}
Reference in New Issue
Copy Permalink