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
da19d47147
rust
/
tests
/
ui
/
exit3.rs
9 lines
117 B
Rust
Raw
Normal View
History
Unescape
Escape
Rewrite empty_line_after_doc_comments and empty_line_after_outer_attr
2024-08-24 12:43:34 -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