rust-clippy/tests/ui/modulo_one.stderr
2018-01-17 14:44:40 +01:00

10 lines
195 B
Text

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`
error: aborting due to previous error