about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/exit1_compile_flag_test.stderr
blob: 6e33c39f0d7b9cae03a1fd59f8a2bfecdc49ad08 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: usage of `process::exit`
  --> tests/ui/exit1_compile_flag_test.rs:6: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 1 previous error