summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/exit1.stderr
blob: 94d8f1e32ee13e771c5a3c5483e63f4ab4b724ee (plain)
1
2
3
4
5
6
7
8
9
10
11
error: usage of `process::exit`
  --> $DIR/exit1.rs:5:9
   |
LL |         std::process::exit(4);
   |         ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D clippy::exit` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::exit)]`

error: aborting due to previous error