rust-clippy/tests/ui/exit2.stderr

11 lines
223 B
Text
Raw Normal View History

2019-10-18 19:09:42 +00:00
error: usage of `process::exit`
2019-10-29 20:34:00 +00:00
--> $DIR/exit2.rs:4:5
2019-10-18 19:09:42 +00:00
|
2019-10-19 12:31:02 +00:00
LL | std::process::exit(3);
2019-10-18 19:09:42 +00:00
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D clippy::exit` implied by `-D warnings`
error: aborting due to previous error