9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
error: any number modulo 1 will be 0
|
|
--> $DIR/modulo_one.rs:7:5
|
|
|
|
|
7 | 10 % 1;
|
|
| ^^^^^^
|
|
|
|
|
= note: `-D modulo-one` implied by `-D warnings`
|
|
|