]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/fn/fn-compare-mismatch.stderr
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.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