2019-10-18 21:09:42 +02:00
|
|
|
error: usage of `process::exit`
|
2024-02-17 12:16:29 +00:00
|
|
|
--> tests/ui/exit1.rs:5:9
|
2019-10-18 21:09:42 +02:00
|
|
|
|
|
2019-10-29 21:34:00 +01:00
|
|
|
LL | std::process::exit(4);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2019-10-18 21:09:42 +02:00
|
|
|
|
|
|
|
|
= note: `-D clippy::exit` implied by `-D warnings`
|
2023-08-01 14:02:21 +02:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::exit)]`
|
2019-10-18 21:09:42 +02:00
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-10-18 21:09:42 +02:00
|
|
|
|