]> git.proxmox.com Git - rustc.git/blame - 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
CommitLineData
dfeec247 1error[E0599]: no method named `b` found for reference `&Self` in the current scope
0731742a 2 --> $DIR/issue-3563.rs:3:17
041b39d2 3 |
0531ce1d 4LL | || self.b()
ba9703b0 5 | ^ help: there is an associated function with a similar name: `a`
041b39d2 6
ff7c6d11 7error: aborting due to previous error
041b39d2 8
0531ce1d 9For more information about this error, try `rustc --explain E0599`.