rust/tests/ui/exit.stderr

11 lines
222 B
Plaintext
Raw Normal View History

2019-10-18 14:09:42 -05:00
error: usage of `process::exit`
--> $DIR/exit.rs:3:5
|
LL | std::process::exit(1);
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D clippy::exit` implied by `-D warnings`
error: aborting due to previous error