rust-clippy/tests/ui/exit2.stderr
2019-11-07 17:11:06 +01:00

10 lines
223 B
Text

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