]> git.lizzy.rs Git - rust.git/blob - clippy_tests/examples/modulo_one.stderr
09de0e977cee7ab6638d76fbb805810fc4ed446f
[rust.git] / clippy_tests / examples / modulo_one.stderr
1 error: any number modulo 1 will be 0
2  --> modulo_one.rs:7:5
3   |
4 7 |     10 % 1;
5   |     ^^^^^^
6   |
7   = note: `-D modulo-one` implied by `-D warnings`
8
9 error: aborting due to previous error(s)
10
11 error: Could not compile `clippy_tests`.
12
13 To learn more, run the command again with --verbose.