]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/neg_multiply.stderr
New upstream version 1.23.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / neg_multiply.stderr
CommitLineData
ea8adc8c
XL
1error: Negation by multiplying with -1
2 --> $DIR/neg_multiply.rs:30:5
3 |
430 | x * -1;
5 | ^^^^^^
6 |
7 = note: `-D neg-multiply` implied by `-D warnings`
8
9error: Negation by multiplying with -1
10 --> $DIR/neg_multiply.rs:32:5
11 |
1232 | -1 * x;
13 | ^^^^^^
14