mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
10 lines
231 B
Text
10 lines
231 B
Text
error: usage of `process::exit`
|
|
--> $DIR/exit1.rs:5:9
|
|
|
|
|
LL | std::process::exit(4);
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: `-D clippy::exit` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|