2017-05-17 07:19:44 -05:00
|
|
|
error: any number modulo 1 will be 0
|
2017-05-17 10:51:35 -05:00
|
|
|
--> modulo_one.rs:7:5
|
2017-05-17 07:19:44 -05:00
|
|
|
|
|
|
|
|
7 | 10 % 1;
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D modulo-one` implied by `-D warnings`
|
|
|
|
|
2017-05-26 02:21:54 -05:00
|
|
|
error: aborting due to previous error(s)
|
2017-05-17 07:19:44 -05:00
|
|
|
|
|
|
|
|
|
|
|
To learn more, run the command again with --verbose.
|