blob: ac782506c192376e9f5f282c28f58862052f9a70 [file] [log] [blame]
error: usage of `process::exit`
--> tests/ui/exit2.rs:4:5
|
LL | std::process::exit(3);
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D clippy::exit` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::exit)]`
error: aborting due to 1 previous error