]> git.lizzy.rs Git - rust.git/blob - tests/ui/modulo_one.stderr
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / modulo_one.stderr
1 error: any number modulo 1 will be 0
2   --> $DIR/modulo_one.rs:14: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