mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 19:23:50 +00:00
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`
|
|
|