blob: c3d5f21b0a51ead63e51e685b3b3233b928d9739 [file] [log] [blame]
error[E0599]: no method named `b` found for type `&Self` in the current scope
--> $DIR/issue-3563.rs:13:17
|
13 | || self.b()
| ^
|
= help: did you mean `a`?
error: aborting due to previous error