]> git.lizzy.rs Git - rust.git/blob - tests/ui/exit1.stderr
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / tests / ui / exit1.stderr
1 error: usage of `process::exit`
2   --> $DIR/exit1.rs:5:9
3    |
4 LL |         std::process::exit(4);
5    |         ^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `-D clippy::exit` implied by `-D warnings`
8
9 error: aborting due to previous error
10