rust/clippy_tests/examples/modulo_one.stderr

13 lines
244 B
Text
Raw Normal View History

error: any number modulo 1 will be 0
--> modulo_one.rs:7:5
|
7 | 10 % 1;
| ^^^^^^
|
= note: `-D modulo-one` implied by `-D warnings`
2017-07-03 06:37:30 +02:00
error: aborting due to previous error
To learn more, run the command again with --verbose.