rust/tests/ui/modulo_one.stderr

11 lines
210 B
Text
Raw Normal View History

error: any number modulo 1 will be 0
2018-10-06 18:18:06 +02:00
--> $DIR/modulo_one.rs:17:5
|
17 | 10 % 1;
| ^^^^^^
|
= note: `-D clippy::modulo-one` implied by `-D warnings`
2018-01-16 17:06:27 +01:00
error: aborting due to previous error