]> git.lizzy.rs Git - rust.git/blob - src/test/ui/integral-variable-unification-error.stderr
Auto merge of #84096 - m-ou-se:windows-bcrypt-random, r=dtolnay
[rust.git] / src / test / ui / integral-variable-unification-error.stderr
1 error[E0308]: mismatched types
2   --> $DIR/integral-variable-unification-error.rs:3:9
3    |
4 LL |     x = 5.0;
5    |         ^^^ expected integer, found floating-point number
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.