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

error: aborting due to previous error