rust/tests/ui/modulo_one.stderr

9 lines
156 B
Text
Raw Normal View History

error: any number modulo 1 will be 0
2017-08-01 17:54:21 +02:00
--> $DIR/modulo_one.rs:7:5
|
7 | 10 % 1;
| ^^^^^^
|
= note: `-D modulo-one` implied by `-D warnings`