mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
error: any number modulo 1 will be 0
|
|
--> $DIR/modulo_one.rs:17:5
|
|
|
|
|
17 | 10 % 1;
|
|
| ^^^^^^
|
|
|
|
|
= note: `-D clippy::modulo-one` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|