]> git.lizzy.rs Git - rust.git/blob - tests/ui/modulo_one.stderr
Auto merge of #4314 - chansuke:add-negation-to-is_empty, r=flip1995
[rust.git] / tests / ui / modulo_one.stderr
1 error: any number modulo 1 will be 0
2   --> $DIR/modulo_one.rs:5:5
3    |
4 LL |     10 % 1;
5    |     ^^^^^^
6    |
7    = note: `-D clippy::modulo-one` implied by `-D warnings`
8
9 error: aborting due to previous error
10