]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/block-result/issue-3563.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / block-result / issue-3563.stderr
index be551f6e889fc63964d44af2f699d84027a373ab..5255e48bee13b86adaada5ab2a17186e5e75459d 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no method named `b` found for reference `&Self` in the current sco
   --> $DIR/issue-3563.rs:3:17
    |
 LL |         || self.b()
-   |                 ^ help: there is a method with a similar name: `a`
+   |                 ^ help: there is an associated function with a similar name: `a`
 
 error: aborting due to previous error