blob: 51eb26e9c2a46f667cb85389f489cccd03830d1d [file] [log] [blame]
error: usage of `process::exit`
--> tests/ui/exit2_compile_flag_test.rs:5: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