2017-05-17 07:19:44 -05:00
|
|
|
error: Negation by multiplying with -1
|
2017-08-01 10:54:21 -05:00
|
|
|
--> $DIR/neg_multiply.rs:30:5
|
2017-05-17 07:19:44 -05:00
|
|
|
|
|
|
|
|
30 | x * -1;
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D neg-multiply` implied by `-D warnings`
|
|
|
|
|
|
|
|
error: Negation by multiplying with -1
|
2017-08-01 10:54:21 -05:00
|
|
|
--> $DIR/neg_multiply.rs:32:5
|
2017-05-17 07:19:44 -05:00
|
|
|
|
|
|
|
|
32 | -1 * x;
|
|
|
|
| ^^^^^^
|
|
|
|
|
2018-01-16 10:06:27 -06:00
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|