]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/exit2.stderr
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
[rust.git] / src / tools / clippy / tests / ui / exit2.stderr
1 error: usage of `process::exit`
2   --> $DIR/exit2.rs:4:5
3    |
4 LL |     std::process::exit(3);
5    |     ^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `-D clippy::exit` implied by `-D warnings`
8
9 error: aborting due to previous error
10