2019-10-18 14:09:42 -05:00
|
|
|
error: usage of `process::exit`
|
2019-10-29 15:34:00 -05:00
|
|
|
--> $DIR/exit1.rs:5:9
|
2019-10-18 14:09:42 -05:00
|
|
|
|
|
2019-10-29 15:34:00 -05:00
|
|
|
LL | std::process::exit(4);
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2019-10-18 14:09:42 -05:00
|
|
|
|
|
|
|
|
= note: `-D clippy::exit` implied by `-D warnings`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|