blob: 2158314b7c7b15048e177ca0c7a2ea7f496acf29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: usage of `process::exit`
--> tests/ui/exit1.rs:5:9
|
LL | std::process::exit(4);
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D clippy::exit` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::exit)]`
error: aborting due to 1 previous error
|