rust-clippy/tests/ui/modulo_one.stderr

11 lines
195 B
Text
Raw Normal View History

error: any number modulo 1 will be 0
2017-08-01 15:54:21 +00:00
--> $DIR/modulo_one.rs:7:5
|
7 | 10 % 1;
| ^^^^^^
|
= note: `-D modulo-one` implied by `-D warnings`
2017-07-03 04:37:30 +00:00
error: aborting due to previous error