2017-05-17 14:19:44 +02:00
|
|
|
error: Negation by multiplying with -1
|
2017-08-01 17:54:21 +02:00
|
|
|
--> $DIR/neg_multiply.rs:30:5
|
2017-05-17 14:19:44 +02:00
|
|
|
|
|
|
|
|
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
|
2017-05-17 14:19:44 +02:00
|
|
|
|
|
|
|
|
32 | -1 * x;
|
|
|
|
| ^^^^^^
|
|
|
|
|
2017-07-03 06:37:30 +02:00
|
|
|
error: aborting due to 2 previous errors
|
2017-05-17 14:19:44 +02:00
|
|
|
|