]> git.lizzy.rs Git - rust.git/blob - src/test/ui/block-result/issue-3563.stderr
Auto merge of #48989 - ExpHP:path-prefix, r=dtolnay
[rust.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:13:17
3    |
4 LL |         || self.b()
5    |                 ^
6    |
7    = help: did you mean `a`?
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0599`.