rust/tests/ui/neg_multiply.stderr

15 lines
279 B
Plaintext
Raw Normal View History

error: Negation by multiplying with -1
2017-08-01 17:54:21 +02:00
--> $DIR/neg_multiply.rs:30:5
|
30 | x * -1;
| ^^^^^^
|
= note: `-D neg-multiply` implied by `-D warnings`
error: Negation by multiplying with -1
2017-08-01 17:54:21 +02:00
--> $DIR/neg_multiply.rs:32:5
|
32 | -1 * x;
| ^^^^^^