]> git.lizzy.rs Git - rust.git/blob - tests/ui/double_neg.stderr
Adapt the *.stderr files of the ui-tests to the tool_lints
[rust.git] / tests / ui / double_neg.stderr
1 error: `--x` could be misinterpreted as pre-decrement by C programmers, is usually a no-op
2  --> $DIR/double_neg.rs:9:5
3   |
4 9 |     --x;
5   |     ^^^
6   |
7   = note: `-D clippy::double-neg` implied by `-D warnings`
8
9 error: aborting due to previous error
10