]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/binop/issue-77910-2.stderr
:arrow_up: rust-analyzer
[rust.git] / src / test / ui / binop / issue-77910-2.stderr
index a334bd8562593d9f4550968b107579a0d982a0f6..b3856b6ae1681833b1478727b539e4421194d0eb 100644 (file)
@@ -1,10 +1,10 @@
-error[E0369]: binary operation `==` cannot be applied to type `for<'r> fn(&'r i32) -> &'r i32 {foo}`
+error[E0369]: binary operation `==` cannot be applied to type `for<'a> fn(&'a i32) -> &'a i32 {foo}`
   --> $DIR/issue-77910-2.rs:7:12
    |
 LL |     if foo == y {}
    |        --- ^^ - _
    |        |
-   |        for<'r> fn(&'r i32) -> &'r i32 {foo}
+   |        for<'a> fn(&'a i32) -> &'a i32 {foo}
    |
 help: use parentheses to call this function
    |