]> git.proxmox.com Git - rustc.git/blob - src/test/ui/block-result/issue-3563.stderr
New upstream version 1.34.2+dfsg1
[rustc.git] / src / test / ui / block-result / issue-3563.stderr
1 error[E0599]: no method named `b` found for type `&Self` in the current scope
2 --> $DIR/issue-3563.rs:3:17
3 |
4 LL | || self.b()
5 | ^ help: did you mean: `a`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0599`.