]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/integral-variable-unification-error.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / integral-variable-unification-error.stderr
index 262203b7b8e4d7e789a81135b225a4dc4ddb2626..b49bff1b0d84dc9e076ce9409e0c8a9e3ac8fb53 100644 (file)
@@ -3,9 +3,6 @@ error[E0308]: mismatched types
    |
 LL |     x = 5.0;
    |         ^^^ expected integer, found floating-point number
-   |
-   = note: expected type `{integer}`
-              found type `{float}`
 
 error: aborting due to previous error