summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/double_neg.stderr
blob: d82ed05f0543dbf65a7fb5768c39ac7703561081 (plain)
1
2
3
4
5
6
7
8
9
10
error: `--x` could be misinterpreted as pre-decrement by C programmers, is usually a no-op
  --> $DIR/double_neg.rs:6:5
   |
LL |     --x;
   |     ^^^
   |
   = note: `-D clippy::double-neg` implied by `-D warnings`

error: aborting due to previous error