]> git.lizzy.rs Git - rust.git/blob - src/test/ui/block-result/issue-3563.stderr
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-2021-05-27
[rust.git] / src / test / ui / block-result / issue-3563.stderr
1 error[E0599]: no method named `b` found for reference `&Self` in the current scope
2   --> $DIR/issue-3563.rs:3:17
3    |
4 LL |         || self.b()
5    |                 ^ help: there is an associated function with a similar name: `a`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0599`.