]> git.lizzy.rs Git - rust.git/blob - clippy_tests/examples/double_neg.stderr
ad688849e874a8f4aa3962d14c89ec53d8975b75
[rust.git] / clippy_tests / examples / double_neg.stderr
1 error: `--x` could be misinterpreted as pre-decrement by C programmers, is usually a no-op
2  --> double_neg.rs:9:5
3   |
4 9 |     --x;
5   |     ^^^
6   |
7   = note: `-D double-neg` implied by `-D warnings`
8
9 error: aborting due to previous error(s)
10
11 error: Could not compile `clippy_tests`.
12
13 To learn more, run the command again with --verbose.