rust-clippy/tests/ui/double_neg.stderr

11 lines
335 B
Text

error: `--x` could be misinterpreted as pre-decrement by C programmers, is usually a no-op
--> tests/ui/double_neg.rs:7:5
|
LL | --x;
| ^^^
|
= note: `-D clippy::double-neg` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::double_neg)]`
error: aborting due to 1 previous error