]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/binop/issue-77910-1.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / binop / issue-77910-1.rs
index d786e3358598446d63d07ccaf7b0584937a1bea5..95bbd6a60ec860f92741b3dbe5c02a6451c2f27f 100644 (file)
@@ -7,5 +7,5 @@ fn main() {
     // we shouldn't ice with the bound var here.
     assert_eq!(foo, y);
     //~^ ERROR binary operation `==` cannot be applied to type
-    //~| ERROR `for<'r> fn(&'r i32) -> &'r i32 {foo}` doesn't implement `Debug`
+    //~| ERROR `for<'a> fn(&'a i32) -> &'a i32 {foo}` doesn't implement `Debug`
 }