blob: a8d3956aa27a0639abf44db5d8b6639d261fd918 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|