]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/fn/fn-compare-mismatch.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / fn / fn-compare-mismatch.stderr
index 326418ecbf953e601e2139c391064d2ef2b46c05..585f556abc8b538d31e0b011427527082fd15500 100644 (file)
@@ -9,11 +9,11 @@ LL |     let x = f == g;
 help: you might have forgotten to call this function
    |
 LL |     let x = f() == g;
-   |             ^^^
+   |             ~~~
 help: you might have forgotten to call this function
    |
 LL |     let x = f == g();
-   |                  ^^^
+   |                  ~~~
 
 error[E0308]: mismatched types
   --> $DIR/fn-compare-mismatch.rs:4:18