rust-clippy/tests/ui/modulo_one.stderr
2019-01-08 21:46:39 +01:00

10 lines
209 B
Text

error: any number modulo 1 will be 0
--> $DIR/modulo_one.rs:5:5
|
LL | 10 % 1;
| ^^^^^^
|
= note: `-D clippy::modulo-one` implied by `-D warnings`
error: aborting due to previous error