blob: 7263e156a9d26cac356a48178c457de47454a474 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: usage of `process::exit`
--> $DIR/exit2.rs:4:5
|
LL | std::process::exit(3);
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D clippy::exit` implied by `-D warnings`
error: aborting due to previous error
|