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